bekit
v0.1.6
Published
common kits for fe
Downloads
4
Readme
Introduction
Bekit is a Front-End kit package. Its purpose is to solve the common problems in our development and to make work efficient. It contain functions such as operating url, userAgent judgement, localStorage and so on.
Install
npm install bekit -D
Usage
import * as bekit from 'bekit';
const { Url, Ua, Dom } = bekit.helper;