prettier/tests/flow/union/issue-323-lib.js

4 lines
47 B
JavaScript

/* @flow */
class Foo {}
module.exports = Foo;