UNPKG

@overextended/ox_core

Version:
5 lines (4 loc) 233 B
import { FlattenObjectKeys } from '@overextended/ox_lib'; type Locales = FlattenObjectKeys<typeof import('../locales/en.json')>; declare const _default: <T extends Locales>(str: T, ...args: any[]) => string; export default _default;