UNPKG

touhou-tagger

Version:

从 THBWiki 自动填写东方 Project CD 曲目信息.

2 lines (1 loc) 183 B
export declare const asyncFlatMap: <ItemType>(array: ItemType[], callback: (item: ItemType, index: number, array: ItemType[]) => Promise<readonly ItemType[]>) => Promise<ItemType[]>;