UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

2 lines (1 loc) 82 B
export function isArrayEqualStrict<T>(a: ArrayLike<T>, b: ArrayLike<T>): boolean