Skip to content

Documentation / @super-line/core / Scalar

Type Alias: Scalar

Scalar = string | number | boolean | null

Defined in: packages/core/src/query.ts:15

A comparable leaf value carried in the IR.

Released under the MIT License.