messageformat-number-skeleton

JSON →
library 0.2.1 ·javascript
verified Jun 4, 2026

Parser and formatter for ICU NumberFormat skeleton strings and patterns. Version 0.2.1. Part of the Messageformat project under OpenJS Foundation. Parses ICU skeleton strings like 'compact-short currency/GBP' and number patterns, converting them into structured Skeleton objects, and provides formatters via getNumberFormatter() using Intl.NumberFormat internally. Differentiates from raw Intl.NumberFormat by accepting human-readable skeleton syntax and enabling pre-compilation for Messageformat and similar template engines. Low release cadence but stable API.