index.d.ts 96 B

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