UNPKG

get-es-imports-exports

Version:

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

5 lines (4 loc) 127 B
/* eslint no-unused-vars: [0] */ import { reduce } from 'lodash'; import import2 from './import2'; export const test = 'test';