0.6.0 • Published 2 years ago

@hadeshe93/webpack-config v0.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

A convenient js lib for Node.js.

Installation

$ npm install @hadeshe93/lib-node --save

Usage

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
// ...