prettier/tests/flow/es6modules/ES6_ExportAllFromMulti.js

5 lines
100 B
JavaScript

// @flow
export * from "./ES6_ExportAllFrom_Source1";
export * from "./ES6_ExportAllFrom_Source2";