is icon indicating copy to clipboard operation
is copied to clipboard

`is.const()` and `assert.const()`

Open mfulton26 opened this issue 11 months ago • 0 comments

Maybe it is already here under a different name but I want to assert that a value is a specific value (strict equals).

e.g.

// formula.type is "number" | "string"
assert.const(formula.type, "number");
// formula.type is now narrowed down to "number"

mfulton26 avatar Jan 03 '25 15:01 mfulton26