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

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

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