Skip to content

Instantly share code, notes, and snippets.

@rodoabad
Last active June 5, 2016 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodoabad/da5f784b98b5acc75d0d11003669a501 to your computer and use it in GitHub Desktop.
Save rodoabad/da5f784b98b5acc75d0d11003669a501 to your computer and use it in GitHub Desktop.
const Employee = './employee.js';
const t = require('tcomb');
const Employees = t.list(Employee);
module.exports = Employees;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment