UNPKG

wuchale

Version:

Protobuf-like i18n from plain code

9 lines (6 loc) 269 B
import { loadCatalog, loadIDs } from '${PROXY}' import { registerLoaders } from 'wuchale/load-utils' const key = '${KEY}' // two exports. can be used anywhere export const getRuntime = registerLoaders(key, loadCatalog, loadIDs) export const getRuntimeRx = getRuntime