UNPKG

enum-plus

Version:

A drop-in replacement for native enum. Like native enum but much better!

9 lines 234 B
import { defaultLocalize } from "./utils.js"; export const localizer = { localize: defaultLocalize }; /** Internal module, do not use. */ export const internalConfig = { autoLabel: true }; //# sourceMappingURL=global-config.js.map