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

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

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