UNPKG

iopa-bot

Version:

API-First Bot Framework for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification

3 lines (2 loc) 171 B
export declare const asyncForEach: (array: any, callback: any) => Promise<void>; export declare const asyncForEachIfTrue: (array: any, callback: any) => Promise<boolean>;