method Source.fromArray
Source.fromArray<T>(items: T[]): Source<T, never>

Creates a Source from an array of values.

Type Parameters

Parameters

items: T[]

Return Type

Source<T, never>

Usage

import { Source } from ".";