UNPKG

extwee

Version:

A story compiler tool using Twine-compatible formats

8 lines (7 loc) 194 B
export default Extwee; export { parseTWS as parse }; declare namespace Extwee { export { parseTWS }; export { parseTWS as parse }; } import { parse as parseTWS } from '../TWS/parse.js';