mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 02:02:14 +00:00
remove barrel for core/structs
This commit is contained in:
@@ -2,7 +2,7 @@ import * as assert from 'assert';
|
||||
import type { CoreDependencies, DependencyConfiguration } from '../../types/ioc';
|
||||
import { CoreContainer } from './container';
|
||||
import { Result } from 'ts-results-es';
|
||||
import { __Services } from '../_internal';
|
||||
import * as __Services from '../structures/default-services';
|
||||
import { AnyFunction } from '../../types/utility';
|
||||
import type { Logging } from '../interfaces';
|
||||
import type { UnpackFunction } from 'iti';
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Container } from 'iti';
|
||||
import type { Disposable } from '../interfaces';
|
||||
import * as assert from 'node:assert';
|
||||
import { Subject } from 'rxjs';
|
||||
import { __Services } from '../_internal';
|
||||
import * as __Services from '../structures/default-services';
|
||||
import * as Hooks from './hooks';
|
||||
import { EventEmitter } from 'node:events';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user