node-yahoo-finance2 icon indicating copy to clipboard operation
node-yahoo-finance2 copied to clipboard

Replace ModuleThis type with YahooFinance type, handle schema generation functions, common code

Open gadicc opened this issue 4 months ago • 0 comments

  • Still from v2, modules use this: ModuleThis, we should mvoe to YahooFinance type.
  • ts-json-schema-generator can now handle functions and represent them with comments and props in JSON. We need code to handle that.
  • The common types are repetitive, we should export them once somewhere and modify schema-gen.ts to import and remove dupes.

gadicc avatar Aug 25 '25 09:08 gadicc