2.0.4 • Published 6 months ago

@types/driftless v2.0.4

Weekly downloads
182
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/driftless

Summary

This package contains type definitions for driftless (https://github.com/dbkaplun/driftless).

Details

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

index.d.ts

// Type definitions for driftless 2.0
// Project: https://github.com/dbkaplun/driftless
// Definitions by: Dan Delany <https://github.com/dandelany>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function setDriftlessTimeout(
    callback: ((...args: any[]) => void) | string,
    delayMs: number,
    ...params: any[]
): number;

export function setDriftlessInterval(
    callback: ((...args: any[]) => void) | string,
    delayMs: number,
    ...params: any[]
): number;

export function clearDriftless(
    id: number,
    options?: {
        customClearTimeout?: ((...args: any[]) => void) | undefined;
    }
): void;

Additional Details

  • Last updated: Thu, 08 Jul 2021 09:08:55 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Dan Delany.

2.0.3

7 months ago

2.0.2

8 months ago

2.0.4

6 months ago

2.0.1

3 years ago

2.0.0

5 years ago