UNPKG

maketypes

Version:

Make TypeScript types and proxy objects from example JSON objects. Can use proxy objects to dynamically type check JSON at runtime.

21 lines (15 loc) 226 B
language: node_js node_js: - "4" sudo: false cache: directories: - node_modules before_install: - "node --version" - "npm --version" - "nvm --version" install: - "npm install" script: - "npm run travis"