UNPKG

@siakhooi/number-to-chinese-words

Version:
18 lines (17 loc) 510 B
export type Options = { useTraditional?: boolean; displayPositive?: boolean; useCapital?: boolean; removeLeadingOne?: boolean; useContractionAll?: boolean; useContraction20?: boolean; useContraction30?: boolean; useContraction40?: boolean; useContraction50?: boolean; useContraction60?: boolean; useContraction70?: boolean; useContraction80?: boolean; useContraction90?: boolean; useContraction200?: boolean; useTraditionalFloatingUnit?: boolean; };