es-sharp

1.4.5 • Public • Published

es-sharp

collection of commonly used js functions.

Usage

$ npm i es-sharp

UMD:

<script src="es-sharp/lib/es-sharp.min.js"></script>

CMD:

var _ = require('es-sharp')
// or
var { qs } = require('es-sharp')

ESM:

import * as _ from 'es-sharp/es/index.mjs'
// or
import qs from 'es-sharp/es/index.mjs'

Readme

Keywords

Package Sidebar

Install

npm i es-sharp

Weekly Downloads

1

Version

1.4.5

License

MIT

Unpacked Size

164 kB

Total Files

16

Last publish

Collaborators

  • pixels-lee