UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

4 lines (3 loc) 136 B
type ProdValue = number | string; export declare function prod(values: ProdValue[] | unknown, start?: ProdValue): ProdValue; export {};