prettier/tests/flow/import_typeof/ExportCJSNamed_Class.js

8 lines
69 B
JavaScript

/**
* @flow
*/
class ClassFoo4 {}
exports.ClassFoo4 = ClassFoo4;