prettier/tests/flow/declare_export/ES6_ExportAllFromMulti.js

5 lines
116 B
JavaScript

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