UNPKG

ds-algo-study

Version:

Just experimenting with publishing a package

6 lines (4 loc) 163 B
var convert = require('./convert'), func = convert('pullAllBy', require('../pullAllBy')); func.placeholder = require('./placeholder'); module.exports = func;