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

Interface BigInt

packages/effect/src/Schema.ts:3204–3204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3202 * @since 4.0.0
3203 */
3204export interface BigInt extends Bottom<bigint, bigint, never, never, SchemaAST.BigInt, BigInt> {}
3205
3206/**
3207 * Schema for `bigint` values. Validates that the input is `typeof` `"bigint"`.

Callers 15

BigDecimal.tsFile · 0.70
normalizeFunction · 0.70
fromNumberFunction · 0.70
fromStringFunction · 0.70
Stream.tsFile · 0.70
Duration.tsFile · 0.70
roundTiesAwayFromZeroFunction · 0.70
parseNanosFunction · 0.70
BigInt.tsFile · 0.70
toNumberFunction · 0.70
fromStringFunction · 0.70
fromNumberFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected