UNPKG

739 BMarkdownView Raw
1# Installation
2> `npm install --save @types/spdx-correct`
3
4# Summary
5This package contains type definitions for spdx-correct (https://github.com/jslicense/spdx-correct.js#readme).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spdx-correct.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spdx-correct/index.d.ts)
10````ts
11declare function spdxCorrect(identifier: string, options?: { upgrade: boolean }): string | null;
12export = spdxCorrect;
13
14````
15
16### Additional Details
17 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
18 * Dependencies: none
19
20# Credits
21These definitions were written by [Jinwoo Lee](https://github.com/jinwoo).
22
\No newline at end of file