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

x/ayonli_jsext/types.ts>RealArrayLike

A JavaScript extension package for building strong and modern applications.
Latest
interface RealArrayLike
implements ArrayLike<T>
import { type RealArrayLike } from "https://deno.land/x/ayonli_jsext@v0.9.72/types.ts";

A real-array-like object is an array-like object with a slice method.

Methods

slice(start?: number, end?: number): RealArrayLike<T>