UNPKG

earthmc

Version:

An unofficial EarthMC library providing handy methods and extensive info.

4 lines 105 B
export interface EntityApi<T> { all(): Promise<T[]> get(...list: string[]): Promise<T[] | T> }