UNPKG

@types/spdx-correct

Version:
22 lines (16 loc) 739 B
# Installation > `npm install --save @types/spdx-correct` # Summary This package contains type definitions for spdx-correct (https://github.com/jslicense/spdx-correct.js#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spdx-correct. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spdx-correct/index.d.ts) ````ts declare function spdxCorrect(identifier: string, options?: { upgrade: boolean }): string | null; export = spdxCorrect; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 15:11:36 GMT * Dependencies: none # Credits These definitions were written by [Jinwoo Lee](https://github.com/jinwoo).