Skip to content

Commit 744f95f

Browse files
authored
Added active url to index export (#23)
1 parent 4d80629 commit 744f95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { default as min } from '@/rules/min';
22
export { default as max } from '@/rules/max';
33
export { default as required } from '@/rules/required';
4+
export { default as activeUrl } from '@/rules/activeUrl';
45
export { IncorrectArgumentTypeError } from '@/rules/IncorrectArgumentTypeError';

0 commit comments

Comments
 (0)