commit | 4fd355cc40e2392987a17339663fa86d3c472a8d | [log] [tgz] |
---|---|---|
author | Yang Guo <[email protected]> | Thu Sep 19 08:59:03 2019 |
committer | Yang Guo <[email protected]> | Mon Oct 21 06:08:56 2019 |
tree | 2f07426c181e067eb1df3d1a66d618505193d542 | |
parent | d638d21ae7e6d2ec9d06122ebe18cdbac6cb30f2 [diff] [blame] |
Switch to new repository
diff --git a/node_modules/lodash/fp/pad.js b/node_modules/lodash/fp/pad.js new file mode 100644 index 0000000..f1dea4a --- /dev/null +++ b/node_modules/lodash/fp/pad.js
@@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pad', require('../pad')); + +func.placeholder = require('./placeholder'); +module.exports = func;