1.0.6 • Published 3 years ago

leapond-js-utils v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

js-utils

On-demand tiny JavaScript utilities.

Installation

NPM

# for node(bundled)
npm i leapond-js-utils -D
# for web(esm)
npm i leapond-js-utils

Yarn

# for node(bundled)
yarn add leapond-js-utils -D
# for web
yarn add leapond-js-utils

Usage

// for node(bundled)
import {toStr} from "leapond-js-utils";
// for web(esm)
import {toStr} from "leapond-js-utils/src/index.js";

console.log(toStr.call(null))