UNPKG

postel-ita

Version:

Library to create files compatible with italian Poste Postel system

8 lines (7 loc) 172 B
declare class Currency extends Number { private _value; constructor(value: number); toPostelString(): string; valueOf(): number; } export default Currency;