UNPKG

@altostra/core

Version:

Core library for shared types and logic

3 lines (2 loc) 117 B
import type { It } from "../It"; export declare function append<T>(...items: T[]): (iterable: Iterable<T>) => It<T>;