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

1.2.2 • Public • Published

Installation

npm install --save @types/hasbin

Summary

This package contains type definitions for hasbin (https://github.com/springernature/hasbin).

Details

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

index.d.ts

export = hasbin;

declare function hasbin(bin: string, done: (result: boolean) => void): void;

declare namespace hasbin {
    function all(bins: string[], done: (result: boolean) => void): void;

    function any(bins: string[], done: (result: boolean) => void): void;

    function every(bins: string[], done: (result: boolean) => void): void;

    function first(bins: string[], done: (result: false | string) => void): void;

    function some(bins: string[], done: (result: boolean) => void): void;

    function async(bin: string, done: (result: boolean) => void): void;

    function sync(bin: string): boolean;

    namespace all {
        function sync(bins: string[]): boolean;
    }

    namespace any {
        function sync(bins: string[]): boolean;
    }

    namespace every {
        function sync(bins: string[]): boolean;
    }

    namespace first {
        function sync(bins: string[]): false | string;
    }

    namespace some {
        function sync(bins: string[]): boolean;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Micha Streppel.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.24,392ts5.8
1.2.24,392ts5.7
1.2.24,392latest
1.2.24,392ts4.5
1.2.24,392ts4.6
1.2.24,392ts4.7
1.2.24,392ts4.8
1.2.24,392ts4.9
1.2.24,392ts5.0
1.2.24,392ts5.1
1.2.24,392ts5.2
1.2.24,392ts5.3
1.2.24,392ts5.4
1.2.24,392ts5.5
1.2.24,392ts5.6
1.2.24,392ts5.9
1.2.0242ts3.3
1.2.0242ts3.4
1.2.0242ts3.5
1.2.0242ts3.6
1.2.0242ts3.7
1.2.0242ts3.8
1.2.0242ts3.9
1.2.0242ts4.0
1.2.0242ts4.1
1.2.0242ts4.2
1.2.0242ts4.3
1.2.0242ts4.4

Version History

VersionDownloads (Last 7 Days)Published
1.2.24,392
1.2.11
1.2.0242

Package Sidebar

Install

npm i @types/hasbin

Weekly Downloads

3,654

Version

1.2.2

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • types