Skip to content

Commit 8ff0632

Browse files
committed
chore: fix exports
1 parent 805a121 commit 8ff0632

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ export type { RepeatOptions } from './constructs/repeat';
88
export { buildPattern, buildRegExp } from './builders';
99

1010
// Constructs
11-
export { endOfString, notWordBoundary, startOfString, wordBoundary } from './constructs/anchors';
11+
export {
12+
endOfString,
13+
nonWordBoundary,
14+
notWordBoundary,
15+
startOfString,
16+
wordBoundary,
17+
} from './constructs/anchors';
1218
export { capture, reference } from './constructs/capture';
1319
export {
1420
any,

0 commit comments

Comments
 (0)