UNPKG

@livekit/components-core

Version:

This package is a wrapper around the [livekit/client-sdk-js](https://github.com/livekit/client-sdk-js) package. It transforms the event based logic into simple to use observable state and component level APIs. This package is the core for all framework sp

4 lines 288 B
export declare function chunk<T>(input: Array<T>, size: number): T[][]; export declare function zip<T, U>(a1: Array<T>, a2: Array<U>): (T | U)[][]; export declare function differenceBy<T>(a1: Array<T>, a2: Array<T>, by: (arg: T) => string): T[]; //# sourceMappingURL=array-helper.d.ts.map