We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aa6dd commit e7b23a1Copy full SHA for e7b23a1
src/index.ts
@@ -364,7 +364,7 @@ export interface NumberC extends NumberType {}
364
export const number: NumberC = new NumberType()
365
366
/**
367
- * @since 2.0.7
+ * @since 2.1.0
368
*/
369
export class BigIntType extends Type<bigint> {
370
readonly _tag: 'BigIntType' = 'BigIntType'
@@ -380,12 +380,12 @@ export class BigIntType extends Type<bigint> {
380
}
381
382
383
384
385
export interface BigIntC extends BigIntType {}
386
387
388
389
390
export const bigint: BigIntC = new BigIntType()
391
0 commit comments