Skip to main content
Module

x/polkadot/util/format/getSeparator.ts>getSeparator

Package publishing for deno.land/x/polkadot
Go to Latest
function getSeparator
import { getSeparator } from "https://deno.land/x/polkadot@0.2.36/util/format/getSeparator.ts";

Get the decimal and thousand separator of a locale

Parameters

optional
locale: string

Returns

{ thousand: string; decimal: string; }