UNPKG
@nodeguy/generic
Version:
latest (3.0.2)
3.0.2
3.0.0
2.1.1
2.1.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
generic functions
github.com/NodeGuy/generic
NodeGuy/generic
@nodeguy/generic
/
wallaby.js
6 lines
(5 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
module.exports = () => ({ files: [
'lib/**/*.js'
], tests: [
'test/**/*.js'
],
env
: {
type
:
'node'
} })