UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 186 B
/** * @template T * @param {T[]} source * @param {T[]} target */ export function array_copy_entire<T>(source: T[], target: T[]): void; //# sourceMappingURL=array_copy_entire.d.ts.map