Skip to main content
Go to Latest
method FSFlagCollection.prototype.forEach
import { FSFlagCollection } from "https://deno.land/x/flagship_io_js_sdk@4.0.2/flag/FSFlagCollection.ts";

Parameters

callbackfn: (
value: IFSFlag,
key: string,
collection: IFSFlagCollection,
) => void