Package Exports
- @mangosteen/edgar-broken-txt
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mangosteen/edgar-broken-txt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
edgar-broken-txt
Get a list of EDGAR accession numbers referencing broken/missing .txt files.
Installation
With npm do:
$ npm install @mangosteen/edgar-broken-txt
Usage
import { isEdgarTxtFileMissing } from '@mangosteen/edgar-broken-txt';
// true, check yourself: https://www.sec.gov/Archives/edgar/data/804747/0000898733-94-000138-index.html
console.log(
isEdgarTxtFileMissing('0000898733-94-000138')
);