astro-ghostcms/.pnpm-store/v3/files/85/f497c0ce8c4d4002335fdc19250...

5 lines
182 B
Plaintext

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