1
0
Fork 0
js-utils/config/rollup-named.json

12 lines
169 B
JSON
Raw Normal View History

{
"node_modules/chai/index.js": [
2019-09-23 13:13:44 +00:00
"expect",
"use"
2020-03-29 13:43:52 +00:00
],
"node_modules/lodash/lodash.js": [
"isFunction",
"isMap",
"isObject",
"isString"
]
}