cmms/frontend/node_modules/tinypool/dist/entry/utils.d.ts

5 lines
182 B
TypeScript

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