Type Alias NullLiteral<X>

NullLiteral<X>: X & {
    bigint: null;
    raw: null | "null";
    regex: null;
    type: "Literal";
    value: null;
}

Type Parameters

  • X