UNPKG

@typeless/warning

Version:

Experimental TypeScript definitions for warning 3.0.0

9 lines (6 loc) 301 B
// 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/wikiwi/typeless declare const warning: (condition: any, format?: string, ...extra: any[]) => void; export = warning;