blob: 0b584952b6c4690a5937da4bbf5c10c585133fe1 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001var convert = require('./convert'),
2 func = convert('setWith', require('../setWith'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;