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>
This commit is contained in:
zarwan-translate
2024-05-21 22:05:48 -04:00
committed by GitHub
parent f98f852a55
commit 962795743c
5 changed files with 262 additions and 3 deletions

View File

@ -1 +1,2 @@
export * from "./from-docx";
export * from "./patch-detector";