function getDecimalPlaces
getDecimalPlaces(currencyCode: string): number

Get the number of decimal places for a currency code

Parameters

currencyCode: string

Return Type

number

Usage

import { getDecimalPlaces } from "doc.ts";