0.0.3 • Published 6 months ago
cyber-media-dawnloder v0.0.3
Example
const nayan = require('your-project-name');
nayan.alldown('url')
.then(data => {
console.log(data);
})
.catch(error => {
console.error('Error downloading:', error);
});
0.0.3
6 months ago