Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Package publishing for deno.land/x/polkadot
Latest
function getSeparator
import { getSeparator } from "https://deno.land/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; }