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

x/dtils/mod.unstable.ts>SafeUnknownObject#forEach

The best unofficial library of utilities for Deno applications
Go to Latest
method SafeUnknownObject.prototype.forEach
import { SafeUnknownObject } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";

Calls fn for every item in the array

Parameters

fn: (value: SafeUnknown, key: string) => unknown