Namespace: collectionUtil
@atomic-testing/core.collectionUtil
Interfaces
Functions
getDifference
▸ getDifference<T
>(from
, to
): DifferenceResult
<T
>
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
from | Iterable <T > |
to | Iterable <T > |
Returns
Defined in
packages/core/src/utils/collectionUtil.ts:6
toArray
▸ toArray<T
>(item
): T
[]
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
item | T | readonly T [] |
Returns
T
[]