Skip to main content
Module

x/fae/mod.ts>slice

A functional module for Deno inspired from Ramda.
Latest
variable slice
import { slice } from "https://deno.land/x/fae@v1.1.1/mod.ts";

Returns the elements of the given list or string fromIndex (inclusive) to toIndex (exclusive).

type

Slice