Buckets:
| import formatLocale from "./locale.js"; | |
| var locale; | |
| export var format; | |
| export var formatPrefix; | |
| defaultLocale({ | |
| thousands: ",", | |
| grouping: [3], | |
| currency: ["$", ""] | |
| }); | |
| export default function defaultLocale(definition) { | |
| locale = formatLocale(definition); | |
| format = locale.format; | |
| formatPrefix = locale.formatPrefix; | |
| return locale; | |
| } | |
Xet Storage Details
- Size:
- 348 Bytes
- Xet hash:
- 6bd156eb26c4424a08b6cc29f72203da43958033e831678b3c743bbc7bbe6159
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.