litmra
v1.0.2
Published
Leave it to me, rest assured
Downloads
9
Readme
node-litmra
Leave it to me, rest assured
�������ˣ�����İ�
const litmra = require('litmra');
var crawling = function(from, till, max) {
return new Promise(async function(resolve, reject) {
});
};
var reptile = function(from, till, max) {
litmra(crawling, from, till, max);
};