UNPKG

332 BTypeScriptView Raw
1// Type definitions for defined 1.0
2// Project: https://github.com/substack/defined
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = defined;
7
8declare function defined<T>(...args: T[]): T;
9declare function defined(...args: any[]): any;