UNPKG

@n0safe/indirectus

Version:
9 lines 390 B
import { type Schema } from "./schema"; export declare class Context { constructor(); } export declare function createContext(schema: Schema): Context; export declare function contextFromSchema(schema: Schema): Context; export declare function contextToJson(context: Context): string; export declare function contextFromJson(json: string): Context; //# sourceMappingURL=context.d.ts.map