Files
DefinitelyTyped/warning/index.d.ts
2016-11-10 17:57:42 +07:00

9 lines
317 B
TypeScript

// Type definitions for warning 3.0.0
// Project: https://github.com/BerkeleyTrue/warning
// Definitions by: Chi Vinh Le <https://github.com/cvle>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare const warning: (condition: any, format?: string, ...extra: any[]) => void;
export = warning;