UNPKG

163 BJavaScriptView Raw
1var convert = require('./convert'),
2 func = convert('cloneWith', require('../cloneWith'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;