auto-OrangeHRM / node_modules / lodash / fp / rangeStepRight.js
rangeStepRight.js
Raw
var convert = require('./convert'),
    func = convert('rangeStepRight', require('../rangeRight'));

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