Package Exports
- parse-imports-exports
Readme
parse-imports-exports
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).