File: README.md

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 (21 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Installation
> `npm install --save @types/warning`

# Summary
This package contains type definitions for warning (https://github.com/BerkeleyTrue/warning).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/warning.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/warning/index.d.ts)
````ts
declare const warning: (condition: any, format?: string, ...extra: any[]) => void;
export = warning;

````

### Additional Details
 * Last updated: Wed, 18 Oct 2023 11:45:07 GMT
 * Dependencies: none

# Credits
These definitions were written by [Chi Vinh Le](https://github.com/cvle).