UNPKG

extwee

Version:

A story compiler tool using Twine-compatible formats

7 lines (6 loc) 246 B
/** * Parses a JSON object and extracts the StoryFormat, StoryTitle and StoryVersion. * @param {object} obj Incoming JSON object. * @returns {object} An object containing the extracted results. */ export function parser(obj: object): object;