mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix function definitions in flowjs.d.ts (#8942)
* Fix function definitions in flowjs.d.ts * Update flowjs-tests.ts
This commit is contained in:
committed by
Masahiro Wakame
parent
c00b5a1d9e
commit
cb2536e1af
@@ -71,8 +71,8 @@ flowFile.cancel();
|
||||
flowFile.retry();
|
||||
flowFile.bootstrap();
|
||||
bool = flowFile.isUploading();
|
||||
bool = flowFile.isComplete;
|
||||
num = flowFile.sizeUploaded;
|
||||
num = flowFile.timeRemaining;
|
||||
str = flowFile.getExtension;
|
||||
str = flowFile.getType;
|
||||
bool = flowFile.isComplete();
|
||||
num = flowFile.sizeUploaded();
|
||||
num = flowFile.timeRemaining();
|
||||
str = flowFile.getExtension();
|
||||
str = flowFile.getType();
|
||||
|
||||
Reference in New Issue
Block a user