Skip to main content
Module

x/froebel/take.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.22.0/take.ts";

Variables

Takes n elements from the iterable list and returns them as an array.

Functions

Takes n elements from the iterable list and returns them as a generator.