Skip to main content
Module

x/trading_signals/deps.ts

Technical indicators to run technical analysis for Deno. πŸ“ˆ
Latest
File
export type { BigSource, Big as BigInstance,} from 'https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/9e2e5af93f9cc2cf434a96e3249a573100e87351/types/big.js/index.d.ts';import type {BigConstructor} from 'https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/9e2e5af93f9cc2cf434a96e3249a573100e87351/types/big.js/index.d.ts';import {default as Big} from 'https://ga.jspm.io/npm:big.js@6.1.1/big.js';
// https://raw.githubusercontent.com/mikemcl/big.js/v6.1.1/big.jsexport default Big as BigConstructor;