Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$LiteralValueconsteffect/SchemaRepresentation.ts:1204
Schema.Union<
  readonly [Schema.String, Schema.Finite, Schema.Boolean, Schema.BigInt]
>

Schema for the literal value types allowed in a Literal node (string, finite number, boolean, or bigint).

schemasLiteral
export const $LiteralValue = Schema.Union([
  Schema.String,
  Schema.Finite,
  Schema.Boolean,
  Schema.BigInt
]).annotate({ identifier: "LiteralValue" })
Referenced by 1 symbols