InternalStaticbase64StaticbuildStaticformatFormat an ISO 8601 period string into human-readable English
ISO 8601 duration string
Human-readable period string
StaticformatFormat a currency amount from micros with proper localization
Amount in micros (1/1,000,000 of currency unit)
ISO 4217 currency code (e.g., 'USD', 'EUR')
Formatted currency string
StaticstorageInternalGet and parse a JSON item from localStorage
Storage key
Parsed value or null if not found/invalid
StaticstorageInternalGet a string item from localStorage
Storage key
String value or null if not found
StaticstorageInternalRemove an item from localStorage
Storage key
true if successful, false if removal failed
StaticstorageInternalStore a JSON-serializable value in localStorage
Storage key
Value to store
true if successful, false if storage failed
StaticstorageInternalStore a string value in localStorage
Storage key
String to store
true if successful, false if storage failed
Utility functions for the Iaptic library