UNPKG

deepdash

Version:

➔ 𝐃eep standalone lib / 𝐋odash extension: ✓ eachDeep ✓ filterDeep ✓ mapDeep ✓ reduceDeep ✓ pickDeep ✓ omitDeep ✓ keysDeep ✓ index ✓ condenseDeep ⋮ Parents stack ⋮ Circular check ⋮ Leaves only mode ⋮ Children mode ⋮ cherry-pick ⋮ esm

13 lines (12 loc) 242 B
module.exports = function (methodsList) { return ( `/* build/tpl */ ` + methodsList.reduce( (res, methodName) => res + `export { default as ${methodName} } from './${methodName}.js';\n`, '' ) ); };