prettier/tests/flow/declaration_files_increment.../external/_d3/min.js

3 lines
87 B
JavaScript

class Implementation {}
module.exports.fun = (): Implementation => new Implementation;