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 c576427 commit 41aa6ddCopy full SHA for 41aa6dd
src/index.ts
@@ -371,6 +371,7 @@ export class BigIntType extends Type<bigint> {
371
constructor() {
372
super(
373
'bigint',
374
+ // tslint:disable-next-line: valid-typeof
375
(u): u is bigint => typeof u === 'bigint',
376
(u, c) => (this.is(u) ? success(u) : failure(u, c)),
377
identity
0 commit comments