@types/npm-license-corrections
v1.9.0
Published
TypeScript definitions for npm-license-corrections
Readme
Installation
npm install --save @types/npm-license-corrections
Summary
This package contains type definitions for npm-license-corrections (https://github.com/jslicense/npm-license-corrections.json).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/npm-license-corrections.
index.d.ts
interface NpmLicenseCorrection {
name: string;
version: string;
license: string;
}
declare const npmLicenseCorrections: NpmLicenseCorrection[];
export = npmLicenseCorrections;
Additional Details
- Last updated: Wed, 08 Apr 2026 19:04:18 GMT
- Dependencies: none
Credits
These definitions were written by Jamie Magee.
