UNPKG

85 BTypeScriptView Raw
1declare type LicenseTest = (licenseName: string) => boolean;
2export { LicenseTest };