Interface IMoney<T>

Type Parameters

Hierarchy

  • IMoney

Implemented by

Methods

  • Returns {
        amount: number;
        currency: T;
    }

    • amount: number
    • currency: T
  • Parameters

    • Optional locale: string

    Returns string

Generated using TypeDoc