UNPKG

cpf-validator-new

Version:
9 lines 165 B
module.exports = () => { return { files: ['lib/**/*.js'], tests: ['test/**/*.spec.js'], env: { type: 'node' } } }