JewelryMall/server/node_modules/tinypool/dist/entry/utils.d.ts
2026-02-14 19:29:15 +08:00

5 lines
182 B
TypeScript

declare function getHandler(filename: string, name: string): Promise<Function | null>;
declare function throwInNextTick(error: Error): void;
export { getHandler, throwInNextTick };