📄 index.d.ts
/home/palash/git/site/node_modules/@types/warning/index.d.ts
Language: ts • Lines: 2
declare const warning: (condition: any, format?: string, ...extra: any[]) => void;
export = warning;