Skip to main content
Module

x/dtils/mod.ts>prepend

The best unofficial library of utilities for Deno applications
Go to Latest
function prepend
import { prepend } from "https://deno.land/x/dtils@1.6.1/mod.ts";

Prepends new items onto items

Parameters

items: T[]
newItems: T[]