UNPKG

@react-stockcharts3/indicators

Version:

Indicators for react-stockcharts3

8 lines (7 loc) 143 B
interface Zip { (...args: any[]): any[]; combine(): any; combine(x: any): Zip; } export default function zipper(): Zip; export {};