Fix that type guards for `assert.truthy` and `assert.falsy` are not working since they are declared to be `unknown` type. Also change type guard for `assert.nan` from `unknown` type to `number` type, as `NaN` is actually of type `number`. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| types.ts | ||