UNPKG

@jswalden/streaming-json

Version:

Streaming JSON parsing and stringification for JavaScript/TypeScript

8 lines (7 loc) 252 B
/** * Get the numeric length of an array-like object (i.e. one presumed to have a * "length" property containing a number). * * @see https://tc39.es/ecma262/#sec-lengthofarraylike */ export declare function LengthOfArrayLike(obj: object): number;