diff --git a/src/index.ts b/src/index.ts index ab6990a41..32bfdd869 100644 --- a/src/index.ts +++ b/src/index.ts @@ -364,7 +364,7 @@ export interface NumberC extends NumberType {} export const number: NumberC = new NumberType() /** - * @since 2.0.7 + * @since 2.1.0 */ export class BigIntType extends Type { readonly _tag: 'BigIntType' = 'BigIntType' @@ -380,12 +380,12 @@ export class BigIntType extends Type { } /** - * @since 2.0.7 + * @since 2.1.0 */ export interface BigIntC extends BigIntType {} /** - * @since 2.0.7 + * @since 2.1.0 */ export const bigint: BigIntC = new BigIntType()