1.0.1 • Published 4 years ago

whfmthify v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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);
	});
};