Skip to content

AIDC Toolkit / Core / I18nEnvironments

Variable: I18nEnvironments

const I18nEnvironments: object

Defined in: i18n.ts:15

Internationalization operating environments.

Type Declaration

CLI

readonly CLI: 0 = 0

Command-line interface (e.g., unit tests).

Server

readonly Server: 1 = 1

Web server.

Browser

readonly Browser: 2 = 2

Web browser.