Is there a non-deprecated alternative to the @shopify/theme-currency npm package?

I need to do price formatting in javascript, but the repo for shopify’s helper script is archived and thus deprecated. Does anyone know an official alternative? I’d rather not create an maintain a script for this myself, as price handling is a critical featur.

(Archived repo https://github.com/Shopify/theme-scripts)