LicenseTest.d.ts 85 B

12
  1. declare type LicenseTest = (licenseName: string) => boolean;
  2. export { LicenseTest };