UNPKG

simple-statistics

Version:
7 lines (5 loc) 142 B
/** * https://simple-statistics.github.io/docs/#product */ declare function product(x: readonly number[]): number; export default product;