UNPKG
@explores/reg
Version:
latest (0.2.0)
0.2.0
0.1.6
0.1.5
0.1.1
正则库
@explores/reg
/
dist
/
DynamicRegExp.d.ts
6 lines
(5 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 最多有N位小数的正则 *
@param
num
*/
export
declare
const
RetainDecimal
:
(
num
:
number
) =>
RegExp
;