diff options
Diffstat (limited to 'school/node_modules/lodash/fp/padCharsStart.js')
-rw-r--r-- | school/node_modules/lodash/fp/padCharsStart.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/school/node_modules/lodash/fp/padCharsStart.js b/school/node_modules/lodash/fp/padCharsStart.js deleted file mode 100644 index a08a300..0000000 --- a/school/node_modules/lodash/fp/padCharsStart.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('padCharsStart', require('../padStart')); - -func.placeholder = require('./placeholder'); -module.exports = func; |