Package: effect
Module: Function
A thunk that returns always undefined.
Example
import * as assert from "node:assert"
import { constUndefined } from "effect/Function"
assert.deepStrictEqual(constUndefined(), undefined)
Signature
declare const constUndefined: LazyArg<undefined>
Since v2.0.0