Skip to content

Commit c13f827

Browse files
erfan-goodarziASafaeirad
authored andcommitted
fix: export sort
1 parent 7c85d63 commit c13f827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/number/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export { clamp } from './clamp.ts';
2-
export { divide } from './divide.ts';
3-
export { inc } from './inc.ts';
42
export { dec } from './dec.ts';
3+
export { divide } from './divide.ts';
54
export { fallbackNumber } from './fallbackNumber.ts';
5+
export { inc } from './inc.ts';
66
export { isInRange } from './isInRange.ts';
77
export { isNegative } from './isNegative.ts';
88
export { isPositive } from './isPositive.ts';

0 commit comments

Comments
 (0)