function Test.includes
includes<
T extends Testing,
X,
>
(item: X)

Confirm that string or array includes an expected value.

Type Parameters

T extends Testing

Parameters

item: X

Return Type

Usage

import { Test } from ".";