PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@polkadot/util/format

Просмотр файла: getSeparator.d.ts

/**
 * Get the decimal and thousand separator of a locale
 * @param locale
 * @returns {decimal: string, thousand: string}
 */
export declare function getSeparator(locale?: string): {
    thousand: string;
    decimal: string;
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!