LicenseTest.d.ts 87 Bytes EditWeb IDE 1 2 declare type LicenseTest = ((licenseName: string) => boolean); export { LicenseTest };