7 lines
100 B
JavaScript

import foo from 'foo';
import { something } from 'bar';
const anything = {};
export * from 'bar';