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

5 lines
182 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
declare function getHandler(filename: string, name: string): Promise<Function | null>;
declare function throwInNextTick(error: Error): void;
export { getHandler, throwInNextTick };