Module

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

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

Get the decimal and thousand separator of a locale

Parameters

optional
locale: string

Returns

{ thousand: string; decimal: string; }