Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fae/slice.ts>slice

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

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

type

Slice