DefinitelyTyped/types/multi-typeof/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
325 B
TypeScript

// Type definitions for multi-typeof 1.0
// Project: https://github.com/gillstrom/multi-typeof#readme
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = multi_typeof;
declare function multi_typeof(input: any, types: string[]): boolean;