ure
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

ure

npm version gzip size license

ure is a lib with some utility functions used frequently. Most of these functions are faced to browser.Inspired by lodash and bbo.

Documents

Installation

# use npm
npm install ure --save

# use cnpm
cnpm install ure --save

# use yarn
yarn add ure

Or you can download the js file:

Usage

Use CommonJS module

const ure = require('ure')
ure.getCookie()

Use ES module

import ure from 'ure'
ure.isEmpty(list)

Or require/import individual function

import isEmpty from 'ure/isEmpty'

const parseCookie = require('ure/parseCookie')

Package Sidebar

Install

npm i ure

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

458 kB

Total Files

46

Last publish

Collaborators

  • impeiran