refactor and generic internal add

This commit is contained in:
jacob
2024-02-15 12:26:34 -06:00
parent 07b11b357b
commit 4efdbb21fb
7 changed files with 39 additions and 26 deletions

View File

@@ -5,6 +5,6 @@ export * from './functions';
export type { VoidResult } from '../types/core-plugin';
export { SernError } from './structures/enums';
export { ModuleStore } from './structures/module-store';
export * as DefaultServices from './structures/services';
export { useContainerRaw } from './ioc/base'
export * as __Services from './structures/services';
export { useContainerRaw } from './ioc/base';