mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
flow.js: fix testChunks in definition
This commit is contained in:
parent
421d6610bd
commit
0e571efd35
2
flowjs/flowjs.d.ts
vendored
2
flowjs/flowjs.d.ts
vendored
@ -44,7 +44,7 @@ declare module flowjs {
|
||||
uploadMethod?: string;
|
||||
allowDuplicateUploads?: boolean;
|
||||
prioritizeFirstAndLastChunk?: boolean;
|
||||
testchunks?: boolean;
|
||||
testChunks?: boolean;
|
||||
preprocess?: Function;
|
||||
initFileFn?: Function;
|
||||
generateUniqueIdentifier?: Function;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user