UNPKG
common-function-utils
Version:
latest (0.0.28)
0.0.28
0.0.26
0.0.25
web和node开发中常用的函数工具。
robint-liu.github.io/common-function-utils
robint-liu/common-function-utils
common-function-utils
/
types
/
url
/
index.d.ts
13 lines
(12 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
*
url:提供生成、解析、取值、更新等API
*
生成:json to string
*
解析:string to json
*
取值:from string
*
更新:from string or json to string
*
* 可参考package:
*
url-parse
*
querystring
*
*/ export {};