UNPKG

buffered-async-iterable

Version:
3 lines 182 B
export function makeIterableAsync<T>(input: Iterable<T> | T[]): AsyncIterable<T>; export function arrayDeleteInPlace<T>(list: T[], value: T): void; //# sourceMappingURL=misc.d.ts.map