UNPKG

272 BTypeScriptView Raw
1/**
2 * Counts the number of values.
3 * @param x an array
4 * @param i start index (-ve: from right) (0)
5 * @param I end index (-ve: from right) (X)
6 */
7declare function size<T>(x: T[], i?: number, I?: number): number;
8export default size;
9//# sourceMappingURL=size.d.ts.map
\No newline at end of file