# 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;
Last Updated: 7/14/2020, 6:17:38 AM