fix(core): initial
This commit is contained in:
7
ts/index.ts
Normal file
7
ts/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as plugins from './legal.plugins';
|
||||
import { ICompany } from '@tsclass/tsclass';
|
||||
|
||||
export const createLicenseChecker = async () => {
|
||||
const licenseCheckerMod = await import('./mod.licensechecker/classes.licensechecker');
|
||||
return new licenseCheckerMod.LicenseChecker();
|
||||
};
|
||||
Reference in New Issue
Block a user