DefinitelyTyped/types/warning/index.d.ts
2017-03-24 14:27:52 -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;