Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.29/util/format/getSeparator.ts";

Get the decimal and thousand separator of a locale

Parameters

optional
locale: string

Returns

{ thousand: string; decimal: string; }