Files
docx-js/src/patcher/index.ts
zarwan-translate 962795743c feat: Add ability to detect patches which are present in a file (#2633)
* feat: Add ability to detect patches which are present in a file

* chore: export patchDetector function

* fix: Make sure we don't attempt to call toJson on binary content

---------

Co-authored-by: Christopher Fox <cfox@homebound.com>
2024-05-22 03:05:48 +01:00

3 lines
63 B
TypeScript

export * from "./from-docx";
export * from "./patch-detector";