prettier/tests/flow/recheck/j1.js

6 lines
71 B
JavaScript

// @flow
const foo: { [string]: number } = {};
module.exports = foo;