NET-Web-API-w-Angular/my-app/node_modules/license-webpack-plugin/dist/LicenseTestRunner.d.ts

4 lines
100 B
TypeScript
Executable file

interface LicenseTestRunner {
test(licenseId: string): boolean;
}
export { LicenseTestRunner };