mirror of
https://github.com/sern-handler/handler
synced 2026-06-28 02:32:15 +00:00
chore: remove bad imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { type EventEmitter } from "node:events";
|
||||
import { ErrorHandling, Logging, ModuleManager, ModuleStore, SernEmitter } from "../core";
|
||||
import { ErrorHandling, Logging, ModuleManager, SernEmitter } from "../core";
|
||||
import { Container, UnpackFunction } from "iti";
|
||||
|
||||
export type ModuleStore = Map<string,string>
|
||||
export type ServerlessDependencyList = [ SernEmitter,ErrorHandling, Logging | undefined, ModuleManager];
|
||||
export type WebsocketDependencyList = [SernEmitter,ErrorHandling, Logging | undefined, ModuleManager, EventEmitter];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user