mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
317 B
TypeScript
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;
|
|
|