UNPKG

flatgeobuf

Version:

A performant binary encoding for geographic data

3 lines (2 loc) 176 B
export declare function arrayToStream(array: ArrayBuffer): ReadableStream; export declare function takeAsync<T>(asyncIterable: AsyncIterable<T>, count?: number): Promise<T[]>;