Last active
June 5, 2016 01:20
-
-
Save rodoabad/da5f784b98b5acc75d0d11003669a501 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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