UNPKG

indicatorts

Version:

Stock technical indicators and strategies in TypeScript for browser and server programs.

10 lines (9 loc) 141 B
/** * Company info. */ export interface CompanyInfo { symbol: string; name: string; sector: string; subIndustry: string; }