Docs (4.0.0)
class Assertion method

asArray

Returns a new assertion for the return value of Array.from(...) on the current value.

asArray(): Assertion<unknown>

Related