Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 1.13 KB

pathUse.md

File metadata and controls

82 lines (58 loc) · 1.13 KB

API

wait

const wait: (milliseconds?: number) => Promise<undefined>;

);


#### IVariationOptions

```ts
interface IVariationOptions {
    response?: 'array' | 'yield';
}

variationWithRepetition

function variationWithRepetition(value_: any[], items?: number, options_?: IVariationOptions): TVariation;

(value_: any, type?: TType, options_?: IOptions) => TTo;


dditions?: boolean) => void;

filePolyfills

const filePolyfills: (additions?: boolean) => void;

blobPolyfills

const blobPolyfills: (additions?: boolean) => void;

functionPolyfills

const functionPolyfills: (additions?: boolean) => void;

arrayBufferPolyfill

const arrayBufferPolyfill: () => void;

browserPolyfills

const browserPolyfills: (additions?: boolean) => void;

polyfills

const polyfills: (additions?: boolean) => void;

{ "element": "BottomNavigation", "props": { "previous": { "label": "AMQP: Start", "to": "/dev/amqp/start" }, "next": { "label": "API: Use", "to": "/dev/api/use" } } }