UNPKG
@yotoplay/twee2json
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Convert Twine/Twee files to JSON format
github.com/yotoplay/twee2json
yotoplay/twee2json
@yotoplay/twee2json
/
dist
/
index.d.ts
4 lines
•
176 B
TypeScript
View Raw
1
2
3
4
import
{
TweeJSON
}
from
"./types.js"
;
export
declare
function
convertTweeToJson
(
tweeContent
:
string
):
TweeJSON
;
export
*
from
"./types.js"
;
//# sourceMappingURL=index.d.ts.map