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