UNPKG

@bscotch/yy

Version:

Stringify, parse, read, and write GameMaker yy and yyp files.

6 lines 318 B
/** * @file Modified from public domain code: https://github.com/sidorares/json-bigint/blob/master/lib/parse.js */ import { z } from 'zod'; export declare function parseYy<T extends z.ZodType | undefined>(source: string, schema?: T): T extends z.ZodType ? z.infer<T> : unknown; //# sourceMappingURL=Yy.parse.d.ts.map