@types/flowjs__flow.js
TypeScript icon, indicating that this package has built-in type declarations

2.13.3 • Public • Published

Installation

npm install --save @types/flowjs__flow.js

Summary

This package contains type definitions for @flowjs/flow.js (https://github.com/flowjs/flow.js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flowjs__flow.js.

index.d.ts

import flowjs = require("flowjs");

declare class Flow extends flowjs.Flow {}

declare namespace Flow {
    type CatchAllCallbackArguments = flowjs.CatchAllCallbackArguments;
    type CompleteCallbackArguments = flowjs.CompleteCallbackArguments;
    type ErrorCallbackArguments = flowjs.ErrorCallbackArguments;
    type EventName = flowjs.EventName;
    type FileAddedCallbackArguments = flowjs.FileAddedCallbackArguments;
    type FileErrorCallbackArguments = flowjs.FileErrorCallbackArguments;
    type FileProgressCallbackArguments = flowjs.FileProgressCallbackArguments;
    type FileRemovedCallbackArguments = flowjs.FileRemovedCallbackArguments;
    type FileRetryCallbackArguments = flowjs.FileRetryCallbackArguments;
    type FilesAddedCallbackArguments = flowjs.FilesAddedCallbackArguments;
    type FilesSubmittedCallbackArguments = flowjs.FilesSubmittedCallbackArguments;
    type FileSuccessCallbackArguments = flowjs.FileSuccessCallbackArguments;
    type FlowChunk = flowjs.FlowChunk;
    type FlowChunkParams = flowjs.FlowChunkParams;
    type FlowEvent = flowjs.FlowEvent;
    type FlowEventFromEventName<T extends EventName> = flowjs.FlowEventFromEventName<T>;
    type FlowEventMap = flowjs.FlowEventMap;
    type FlowEventTypeFromFlowEvent<T extends FlowEvent> = flowjs.FlowEventTypeFromFlowEvent<T>;
    type FlowFile = flowjs.FlowFile;
    type FlowOptions = flowjs.FlowOptions;
    type ProgressCallbackArguments = flowjs.ProgressCallbackArguments;
    type UploadStartCallbackArguments = flowjs.UploadStartCallbackArguments;
}

export = Flow;
export as namespace Flow;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/flowjs

Credits

These definitions were written by gentoo90.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/flowjs__flow.js

Weekly Downloads

3,598

Version

2.13.3

License

MIT

Unpacked Size

5.84 kB

Total Files

5

Last publish

Collaborators

  • types