braid-text 0.0.23 → 0.0.24
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.
- package/index.js +3 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1490,4 +1490,7 @@ function validate_patch(x) {
|
|
|
1490
1490
|
if (typeof x.content !== 'string') throw new Error(`invalid patch content: must be a string`)
|
|
1491
1491
|
}
|
|
1492
1492
|
|
|
1493
|
+
braid_text.encode_filename = encode_filename
|
|
1494
|
+
braid_text.decode_filename = decode_filename
|
|
1495
|
+
|
|
1493
1496
|
module.exports = braid_text
|