UNPKG

get-es-imports-exports

Version:

Recursively get imports and exports for files using ES import/export syntax

4 lines (3 loc) 103 B
/* eslint no-unused-vars: [0] */ import { test as otherTest } from './import2'; export default 'test';