UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
number-to-chinese
/
number-to-chinese.interfaces.d.ts
8 lines
(7 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** 额外参数选项 */
export
interface
NumberToChineseOptions
{
/** 指定负数符号,默认:`负` */
minusSymbol?:
string
;
/** 当传递值无法数值时抛出异常,默认:`false` */
validThrow?:
boolean
; }