This website requires JavaScript.
Explore
Help
Sign In
smartyellow
/
docx-js
Watch
2
Star
0
Fork
0
You've already forked docx-js
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
962795743c4f21d84c52e47e4f82dcf4ca536dc3
docx-js
/
src
/
patcher
/
index.ts
3 lines
63 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Simple import and export of document
2023-02-08 03:18:11 +00:00
export
*
from
"./from-docx"
;
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-21 22:05:48 -04:00
export
*
from
"./patch-detector"
;
Reference in New Issue
Copy Permalink