MCPcopy Create free account
hub / github.com/Effect-TS/effect / BigInt

Function BigInt

packages/effect/src/SchemaGetter.ts:785–787  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

783 * @since 4.0.0
784 */
785export function BigInt<E extends string | number | bigint | boolean>(): Getter<bigint, E> {
786 return transform(globalThis.BigInt)
787}
788
789/**
790 * Coerces a value to a `Date` using `new Date(input)`.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected