PageRenderTime 1619ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/node_modules/lodash/fp/trimCharsStart.js

http://github.com/jonswar/perl-code-tidyall
JavaScript | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 14eb253f6651bcfe1d8cecd9209968e3 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, 0BSD, MIT
  1. var convert = require('./convert'),
  2. func = convert('trimCharsStart', require('../trimStart'));
  3. func.placeholder = require('./placeholder');
  4. module.exports = func;