UNPKG

pse-edge

Version:

A NodeJS wrapper for the PSE Edge platform

7 lines (6 loc) 171 B
export declare const getCompanyDisclosures: (sym: string) => Promise<{ id: string; link: string | undefined; name: string; date: string; }[] | undefined>;