Skip to main content
Latest
function Collection
import { Collection } from "https://deno.land/x/dynamodb@v1.0.0/api/collection.ts";

Parameters

this: any
iterable: any
options: Doc
factory: (name: string, value: any) => any
optional
callback: (name: string, value: any) => any = [UNSUPPORTED]