UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

4 lines (3 loc) 187 B
import { Observable } from '../Observable'; import { SchedulerLike } from '../types'; export declare function fromArray<T>(input: ArrayLike<T>, scheduler?: SchedulerLike): Observable<T>;