@types/spdx-compare
v1.0.0
Published
TypeScript definitions for spdx-compare
Downloads
663
Readme
Installation
npm install --save @types/spdx-compare
Summary
This package contains type definitions for spdx-compare (https://github.com/jslicense/spdx-compare.js).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spdx-compare.
index.d.ts
export function gt(first: string, second: string): boolean;
export function lt(first: string, second: string): boolean;
export function eq(first: string, second: string): boolean;
Additional Details
- Last updated: Wed, 08 Apr 2026 21:15:22 GMT
- Dependencies: none
Credits
These definitions were written by Jamie Magee.
