Skip to content

Commit 66681bb

Browse files
committed
feat(regexp-escape): create @endo/regexp-escape index
Export the regexpEscape function from the package. Affected files: index.js Signed-off-by: andoan16 <33853760+andoan16@users.noreply.github.com>
1 parent 6b84fb2 commit 66681bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/regexp-escape/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { regexpEscape } from './src/regexp-escape.js';

0 commit comments

Comments
 (0)