0.3.8 • Published 1 year ago

@bizjs/biz-utils-common v0.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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');