prettier/tests/flow/config_munging_underscores/commonjs_export.js

8 lines
64 B
JavaScript

/* @flow */
class C {
_p: string;
}
module.exports = new C;