LicenseTest.d.ts 87 B

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