Files
mokangleb1818-crypto 61b4c108c2
Some checks failed
CI / ci (push) Has been cancelled
ptoect
2026-05-18 10:55:29 +03: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 };