Declares constant.
Constants are typically temporary values initialized to simple values.
Constant name is built as ${prefix}${key}, unless the constant is exported. An exported constant uses key as its name.
${prefix}${key}
key
Constants are cached, o.e. constant symbols with the same initializers will be reused,
Constant key.
Constant initializer. This has to be valid expression.
Optional
Constant initialization options.
Declared constant symbol.
Generated using TypeDoc
Declares constant.
Constants are typically temporary values initialized to simple values.
Constant name is built as
${prefix}${key}
, unless the constant is exported. An exported constant useskey
as its name.Constants are cached, o.e. constant symbols with the same initializers will be reused,