UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

9 lines 252 B
/** * @public * Checks if the parameter is an instance of `Array` or is a view of `ArrayBuffer`. * * @remarks * See {@link arrayIsArray}. */ export declare function arrayIsArray(obj: unknown): boolean; //# sourceMappingURL=array-is-array.d.ts.map