Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dropWhile.js « fp « lodash « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 285f864d127a251d01e7884fe0739dd3739987cf (plain)
1
2
3
4
5
var convert = require('./convert'),
    func = convert('dropWhile', require('../dropWhile'));

func.placeholder = require('./placeholder');
module.exports = func;