Skip to content

Commit

Permalink
feat(TypeGuards): Port type guards from Encoda to Schema project
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ketch committed Jul 23, 2019
1 parent 887264b commit cb0c050
Show file tree
Hide file tree
Showing 8 changed files with 8,192 additions and 5,005 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
node_js: "10"
node_js: '10'

script:
- npm run lint
- npm run test
- npm run format
- npm run build
- npm run test
- npm run docs

deploy:
Expand Down
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './types'
export * from './util'

0 comments on commit cb0c050

Please sign in to comment.