/** * Wrap a single element to Iterable * * @param element */ export declare function single(element: T): Iterable; export default single;