UNPKG

@yotoplay/twee2json

Version:

Convert Twine/Twee files to JSON format

4 lines 176 B
import { TweeJSON } from "./types.js"; export declare function convertTweeToJson(tweeContent: string): TweeJSON; export * from "./types.js"; //# sourceMappingURL=index.d.ts.map