API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceBuildInfo
Immutable compile-time build metadata for `@codexo/exojs`. `development` mirrors the `__DEV__` compile-time constant and is statically replaced before tree shaking. `version` is the exact `package.json` version of the Core package at build time. `revision` is the short source-control revision (appended with `-dirty` when uncommitted changes are present) or `"unknown"` when no revision information is available.
import { BuildInfo } from '@codexo/exojs'Immutable compile-time build metadata for `@codexo/exojs`.
`development` mirrors the `__DEV__` compile-time constant and is statically replaced before tree shaking. `version` is the exact `package.json` version of the Core package at build time. `revision` is the short source-control revision (appended with `-dirty` when uncommitted changes are present) or `"unknown"` when no revision information is available.
development: booleanrevision: stringversion: string