Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 488 Bytes

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;

Documentation

English
中文