UNPKG

sec-edgar-api

Version:

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

8 lines (7 loc) 182 B
import { XbrlMetaLinks } from '../../../types/metalinks.type'; /** * Parse MetaLinks.json */ export declare class MetaLinksParser { parse(xml: string): XbrlMetaLinks | null; }