prettier/tests/flow/declaration_files_node/A.js

4 lines
64 B
JavaScript

/* @flow */
module.exports.fun = (): string => 'hello there!';