add index.js

This commit is contained in:
Barry Gitarts 2018-08-30 14:06:01 -04:00
parent 15bcf46bb5
commit 2e0a17c458
1 changed files with 3 additions and 0 deletions

3
index.js Normal file
View File

@ -0,0 +1,3 @@
import { validate } from '@src/index';
export default validate;