UNPKG

@overextended/ox_core

Version:
5 lines (4 loc) 238 B
import { type 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;