Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/mod.ts>Slice#slice

js library written with ts, use select and chan like golang in js.
Latest
method Slice.prototype.slice
import { Slice } from "https://deno.land/x/easyts@0.1.3/mod.ts";

take sub-slices

Parameters

optional
start: number
optional
end: number