JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1503980
  • Score
    100M100P100Q202683F
  • License MIT

Fast and easy parser for declarations of import and export in ECMAScript/TypeScript

Package Exports

  • parse-imports-exports

Readme

parse-imports-exports

NPM version minzipped size code style: prettier Conventional Commits License MIT

Fast and easy parser for declarations of import and export from the ECMAScript standard, with TypeScript syntax support.

Install

Requires node version 10 or higher:

npm install parse-imports-exports

parse-imports-exports works in any environment that supports ES2018 (because package uses RegExp Named Capture Groups).

License

MIT