UNPKG

@bscotch/yy

Version:

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

12 lines 435 B
export * from './Yy.js'; export * from './types/GameMakerVersionString.js'; export * from './types/YyBase.js'; export * from './types/YyExtension.js'; export * from './types/YyObject.js'; export * from './types/YyRoom.js'; export * from './types/YyScript.js'; export * from './types/YyShader.js'; export * from './types/YySound.js'; export * from './types/YySprite.js'; export * from './types/Yyp.js'; //# sourceMappingURL=index.js.map