Files

3 lines
96 B
TypeScript
Raw Permalink Normal View History

import type { Ctx } from "../../types";
export declare function createCtx(): Promise<Ctx.Data>;