UNPKG

@socketsecurity/lib

Version:

Core utilities and infrastructure for Socket.dev security tools

16 lines (15 loc) 416 B
/** * LANG environment variable. * System locale and language settings. */ export declare function getLang(): string | undefined; /** * LC_ALL environment variable. * Override for all locale settings. */ export declare function getLcAll(): string | undefined; /** * LC_MESSAGES environment variable. * Locale setting for message translations. */ export declare function getLcMessages(): string | undefined;