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

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

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