We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ba320 commit 7624f67Copy full SHA for 7624f67
src/index.ts
@@ -0,0 +1,4 @@
1
+import { Validator } from "./Validator";
2
+
3
+export { Validator };
4
+export default Validator;
src/tests/serviceInput.ts
@@ -1,4 +1,4 @@
-import { Validator } from '../Validator';
+import { Validator } from '../index';
async function validateInputs() {
const validator = new Validator('en');
0 commit comments