jww-parser-mbt 2025.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ import type * as MoonBit from "./moonbit.d.ts";
2
+
3
+ export function to_json_string(jww_doc: any): MoonBit.String;
4
+
5
+ export function jww_to_dxf(data: MoonBit.Bytes): MoonBit.String;
6
+
7
+ export function to_dxf_string(jww_doc: any): MoonBit.String;
8
+
9
+ export function to_dxf_document(jww_doc: any): any;
10
+
11
+ export function parse(data: MoonBit.Bytes): any;