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.
npm install bekit -D
import * as bekit from 'bekit';
const { Url, Ua, Dom } = bekit.helper;