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