prettier/tests/flow/recheck/tmp1j/j1.js

6 lines
72 B
JavaScript

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