UNPKG
@explores/reg
Version:
latest (0.2.0)
0.2.0
0.1.6
0.1.5
0.1.1
正则库
@explores/reg
/
dist
/
NumberRegExp.d.ts
11 lines
(10 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@author
zm
* 匹配自然数 */
export
declare
const
Natural
:
RegExp
;
/** *
@author
zm
* 匹配自然数 */
export
declare
const
Positive
:
RegExp
;