UNPKG

moving-averages-js

Version:

The FinTech utility collections of simple, cumulative, and exponential moving averages.

3 lines (2 loc) 126 B
export declare const isNumber: (subject: any) => subject is number; export declare const isArray: (arg: any) => arg is any[];