UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

11 lines (8 loc) 255 B
var test = require('../../'); var path = require('path'); test.createStream({ objectMode: true }).on('data', function (row) { console.log(JSON.stringify(row)); }); process.argv.slice(2).forEach(function (file) { require(path.resolve(file)); });