Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

XPSArrayStats

import type { XPSArrayStats } from "https://googleapis.deno.dev/v1/language:v2.ts";

The data statistics of a series of ARRAY values.

interface XPSArrayStats {
commonStats?: XPSCommonStats;
memberStats?: XPSDataStats;
}

§Properties

§
commonStats?: XPSCommonStats
[src]
§
memberStats?: XPSDataStats
[src]

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.