UNPKG

sec-edgar-api

Version:

Fetch and parse SEC earnings reports and other filings. Useful for financial analysis.

7 lines (6 loc) 198 B
import type { XbrlInstance } from '../../../types/xbrl.type'; export default class InstanceParser { private readonly xmlParser; private parseContext; parse(xml: string): XbrlInstance; }