// Type definitions for spdx-correct 2.0 // Project: https://github.com/jslicense/spdx-correct.js#readme // Definitions by: Jinwoo Lee // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function spdxCorrect(identifier: string): string|null; export = spdxCorrect;