whfmthify
v1.0.1
Published
Wait here for me to handle it for you
Downloads
3
Readme
node-unite
Wait here for me to handle it for you
��������Ҹ�����ͳһ����
const whfmthify = require('whfmthify');
var crawling = function(from, till, max) {
return new Promise(async function(resolve, reject) {
});
};
var reptile = function(from, till, max, force) {
return new Promise(async function(resolve, reject) {
let items = await whfmthify(crawling, from, till, max);
resolve(items);
});
};