forked from mirror/Riven
1
0
Fork 0
Riven/riven/srcgen/node_modules/lodash/fp/isLength.js

6 lines
189 B
JavaScript
Raw Normal View History

var convert = require('./convert'),
func = convert('isLength', require('../isLength'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;