@hadeshe93/lib-common
v0.9.0
Published
A lib for common env to make programming more easily
Readme
A convenient js lib for browser and Node.js.
Installation
$ npm install @hadeshe93/lib-common --saveUsage
Use it in CJS format:
const { retryPromiseFn } = require('@hadeshe93/lib-common');
// your application code
// ...Use it in ESM format:
import { retryPromiseFn } from '@hadeshe93/lib-common';
// your application code
// ...