type
assert.default.AssertMethodNames
type AssertMethodNames =
| 'deepEqual'
| 'deepStrictEqual'
| 'doesNotMatch'
| 'doesNotReject'
| 'doesNotThrow'
| 'equal'
| 'fail'
| 'ifError'
| 'match'
| 'notDeepEqual'
| 'notDeepStrictEqual'
| 'notEqual'
| 'notStrictEqual'
| 'ok'
| 'partialDeepStrictEqual'
| 'rejects'
| 'strictEqual'
| 'throws'