UNPKG

100 BTypeScriptView Raw
1interface LicenseTestRunner {
2 test(licenseId: string): boolean;
3}
4export { LicenseTestRunner };