prettier/tests/flow/any/anyexportflowfile.js

4 lines
49 B
JavaScript

// @flow
module.exports = ((x: any) => x: any);