Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
pimlie

pimlie/polyfill-number-tolocalestri...

Polyfill Number.prototype.toLocaleString() with globalize.

JavaScript
0
0
MIT License
pimlie's profile
pimlie
3 contributions
chengyin's profile
chengyin
1 contributions

Support the dependencies of pimlie/polyfill-number-tolocalestring

Account's avatar
babel/babel
Provides polyfills necessary for a full ES2015+ environment
Account's avatar
rxaviers/cldr-data-npm
Npm module for Unicode CLDR JSON data
Account's avatar
globalizejs/globalize
A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data.
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
jestjs/jest
Jest plugin to use babel for transformation.
Account's avatar
airbnb/babel-plugin-dynamic-import-node
Babel plugin to transpile import() to a deferred require(), for node
Account's avatar
egoist/bili
A zero configuration library bundler.
Account's avatar
standard/eslint-config-standard
JavaScript Standard Style - ESLint Shareable Config
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jest-community/eslint-plugin-jest
ESLint rules for Jest
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
standard/eslint-plugin-standard
ESlint Plugin for the Standard Linter
Account's avatar
vuejs/eslint-plugin-vue
Official ESLint plugin for Vue.js
Account's avatar
nodejs/full-icu-npm
install 'full-icu' data for your current node
Account's avatar
jestjs/jest
Delightful JavaScript Testing.

The **polyfill-number-tolocalestring** package adds a drop‑in polyfill for `Number.prototype.toLocaleString()` that works in environments lacking native Internationalization support. It leverages the Globalize library and CLDR data to format numbers, currencies, and other numeric styles for any locale, and provides a simple `usePolyfill` function that can be enabled and later reset. This is aimed at developers building JavaScript applications that need reliable, locale‑aware number formatting across all browsers, including older ones.