0.3.5 • Published 2 years ago

@bizjs/biz-utils-common v0.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

biz-utils-common

适用 Node、Browser、小程序的业务工具库

Usage

# Install
npm i @bizjs/biz-utils-common -S
import { parseQuery } from '@bizjs/biz-utils';

// 获取浏览器 URL 的 querystring 并转换为对象
const query = parseQuery('?a=str');