impeiran / ure

🛠️A lib with some utility functions used frequently

Home Page:https://impeiran.github.io/ure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
pnpm add ure

# 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')

About

🛠️A lib with some utility functions used frequently

https://impeiran.github.io/ure

License:MIT License


Languages

Language:TypeScript 94.8%Language:JavaScript 3.7%Language:Shell 1.6%