UNPKG

dynamoose

Version:

Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)

2 lines (1 loc) 178 B
export default function (array: any[], callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: any[]) => Promise<any>, initialValue: any): Promise<any>;