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

x/denouse/use/array/split.ts>Sliceable

Util functions for Deno
Go to Latest
interface Sliceable
implements ArrayLike<T>
import { type Sliceable } from "https://deno.land/x/denouse@v0.0.6/use/array/split.ts";

Methods

slice(start?: number | undefined, end?: number | undefined): Sliceable<T>