UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

2 lines (1 loc) 132 B
export declare function filterAsync<TItem>(iterable: AsyncIterable<TItem>, predicate?: (item: TItem) => boolean): Promise<TItem[]>;