is/source
hyperbola a614e9dfeb
Fix type guards for assert.{truthy,falsy,nan}
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`.
2023-07-15 19:33:14 +08:00
..
index.ts Fix type guards for assert.{truthy,falsy,nan} 2023-07-15 19:33:14 +08:00
types.ts Update dev dependencies 2022-10-17 18:19:38 +07:00