UNPKG

article-parser

Version:

To extract main article from given URL

10 lines (9 loc) 170 B
{ "compilerOptions": { "lib": ["ESNext"], "module": "esnext", "target": "esnext", // "bun-types" is the important part "types": ["bun-types"] } }