@hadeshe93/lib-node
v0.8.0
Published
> TODO: description
Downloads
69
Readme
A convenient js lib for Node.js.
Installation
$ npm install @hadeshe93/lib-node --saveUsage
Use it in CJS format:
const { downloadAsset } = require('@hadeshe93/lib-node');
// your application code
// ...Use it in ESM format:
import { downloadAsset } from '@hadeshe93/lib-node';
// your application code
// ...