rtf-codec 4.0.9 → 4.1.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,5 @@
1
+ //#region src/codepage-dbcs.d.ts
2
+ declare const DBCS_LEAD_BYTE_TABLES: ReadonlyMap<number, ReadonlyMap<number, string>>;
3
+ declare const DBCS_SINGLE_BYTE_EXTRAS: ReadonlyMap<number, string>;
4
+ //#endregion
5
+ export { DBCS_LEAD_BYTE_TABLES, DBCS_SINGLE_BYTE_EXTRAS };
@@ -0,0 +1,5 @@
1
+ //#region src/codepage-dbcs.d.ts
2
+ declare const DBCS_LEAD_BYTE_TABLES: ReadonlyMap<number, ReadonlyMap<number, string>>;
3
+ declare const DBCS_SINGLE_BYTE_EXTRAS: ReadonlyMap<number, string>;
4
+ //#endregion
5
+ export { DBCS_LEAD_BYTE_TABLES, DBCS_SINGLE_BYTE_EXTRAS };