Skip to content

Commit 83f2ebe

Browse files
committed
chore: wip
1 parent c6a3600 commit 83f2ebe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

storage/framework/.stacks/core/utils/src/math.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export {
1212
createProjection,
1313
logicNot,
1414
logicOr,
15-
not,
15+
// not, -> exported as well in ../regex
1616
or,
1717
useAbs,
1818
useAverage,
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export * from 'magic-regexp'
1+
export type { Flag, MagicRegExp, MagicRegExpMatchArray, Input, MapToStringCapturedBy, StringCapturedBy } from 'magic-regexp'
2+
export { createRegExp, caseInsensitive, anyOf, carriageReturn, char, charIn, charNotIn, digit, dotAll, exactly, global, letter, linefeed, maybe, multiline, not, oneOrMore, sticky, tab, unicode, whitespace, withIndices, word, wordBoundary, wordChar } from 'magic-regexp'

0 commit comments

Comments
 (0)