UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 213 B
/** * Returns a copy without any duplicate elements * @template T * @param {T[]} input * @return {T[]} */ export function array_deduplicate<T>(input: T[]): T[]; //# sourceMappingURL=array_deduplicate.d.ts.map