UNPKG

@bscotch/yy

Version:

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

9 lines 336 B
// Generated by ts-to-zod import { z } from 'zod'; import { yyBaseSchema } from './YyBase.js'; export const yyScriptSchema = yyBaseSchema.extend({ isDnD: z.boolean().default(false), isCompatibility: z.boolean().default(false), resourceType: z.literal('GMScript').default('GMScript'), }); //# sourceMappingURL=YyScript.js.map