2.13.3 • Published 7 months ago

@types/flowjs__flow.js v2.13.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for @flowjs/flow.js 2.13
// Project: https://github.com/flowjs/flow.js
// Definitions by: gentoo90 <https://github.com/gentoo90>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 16 Sep 2021 08:31:21 GMT
  • Dependencies: @types/flowjs
  • Global values: Flow

Credits

These definitions were written by gentoo90.