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