UNPKG

earthmc

Version:

An unofficial EarthMC library providing handy methods and extensive info.

5 lines 144 B
export interface EntityApi<T> { all(): Promise<T[]>; get(...list: string[]): Promise<T[] | T>; } //# sourceMappingURL=EntityApi.d.ts.map