UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 212 B
/** * @template T * @param {T[]} array * @param {T} element * @return {boolean} */ export function array_push_if_unique<T>(array: T[], element: T): boolean; //# sourceMappingURL=array_push_if_unique.d.ts.map