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

mapValues.js « fp « lodash « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4004972751db886f3eb1ff26c076e4d8a097aee9 (plain)
1
2
3
4
5
var convert = require('./convert'),
    func = convert('mapValues', require('../mapValues'));

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