UNPKG

intl-proxy

Version:

Provides access to the Browsers Intl Api via a Proxy Object. Designed to be used with the accompanying Elm package.

6 lines (5 loc) 124 B
/** * An object enabling access to the Intl API via JSON. * * */ declare const intl_proxy: {}; export default intl_proxy;