File: index.d.ts

package info (click to toggle)
node-warning 4.0.3%2B~cs3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: javascript: 176; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
declare const warning: (condition: any, format?: string, ...extra: any[]) => void;
export = warning;