litmra

Leave it to me, rest assured

Usage no npm install needed!

<script type="module">
  import litmra from 'https://cdn.skypack.dev/litmra';
</script>

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