@@ -217,7 +217,7 @@ Schema for 8-bit unsigned integers.
217217**Signature **
218218
219219```ts
220- export declare const Uint8Schema : Schema .refine <bigint , typeof Schema .BigInt >
220+ export declare const Uint8Schema : Schema .refine <bigint , typeof Schema .BigIntFromSelf >
221221```
222222
223223Added in v2 .0.0
@@ -293,7 +293,7 @@ export declare const INT8_MIN: -128n
293293**Signature **
294294
295295```ts
296- export declare const Int16 : Schema .refine <bigint , typeof Schema .BigInt >
296+ export declare const Int16 : Schema .refine <bigint , typeof Schema .BigIntFromSelf >
297297```
298298
299299## Int16 (type alias )
@@ -317,7 +317,7 @@ export declare const Int16Generator: FastCheck.Arbitrary<bigint>
317317**Signature **
318318
319319```ts
320- export declare const Int32 : Schema .refine <bigint , typeof Schema .BigInt >
320+ export declare const Int32 : Schema .refine <bigint , typeof Schema .BigIntFromSelf >
321321```
322322
323323## Int32 (type alias )
@@ -341,7 +341,7 @@ export declare const Int32Generator: FastCheck.Arbitrary<bigint>
341341**Signature **
342342
343343```ts
344- export declare const Int64 : Schema .refine <bigint , typeof Schema .BigInt >
344+ export declare const Int64 : Schema .refine <bigint , typeof Schema .BigIntFromSelf >
345345```
346346
347347## Int64 (type alias )
@@ -365,7 +365,7 @@ export declare const Int64Generator: FastCheck.Arbitrary<bigint>
365365**Signature **
366366
367367```ts
368- export declare const Int8 : Schema .refine <bigint , typeof Schema .BigInt >
368+ export declare const Int8 : Schema .refine <bigint , typeof Schema .BigIntFromSelf >
369369```
370370
371371## Int8 (type alias )
@@ -469,7 +469,7 @@ export declare const Uint16Arbitrary: FastCheck.Arbitrary<bigint>
469469**Signature **
470470
471471```ts
472- export declare const Uint16Schema : Schema .refine <bigint , typeof Schema .BigInt >
472+ export declare const Uint16Schema : Schema .refine <bigint , typeof Schema .BigIntFromSelf >
473473```
474474
475475## Uint32 (type alias )
@@ -493,7 +493,7 @@ export declare const Uint32Arbitrary: FastCheck.Arbitrary<bigint>
493493**Signature **
494494
495495```ts
496- export declare const Uint32Schema : Schema .refine <bigint , typeof Schema .BigInt >
496+ export declare const Uint32Schema : Schema .refine <bigint , typeof Schema .BigIntFromSelf >
497497```
498498
499499## Uint64 (type alias )
@@ -517,5 +517,5 @@ export declare const Uint64Arbitrary: FastCheck.Arbitrary<bigint>
517517**Signature **
518518
519519```ts
520- export declare const Uint64Schema : Schema .refine <bigint , typeof Schema .BigInt >
520+ export declare const Uint64Schema : Schema .refine <bigint , typeof Schema .BigIntFromSelf >
521521```
0 commit comments