UNPKG

aion-gql-webcomponents

Version:
5 lines (4 loc) 173 B
export declare class Util { static splitPath(path: string): number[]; static foreach<T, A>(arr: T[], callback: (T: any, number: any) => Promise<A>): Promise<A[]>; }