prettier/tests/flow/incremental_basic/tmp1/b.js

5 lines
64 B
JavaScript

// @flow
var a = require('./a');
var b = a;
module.exports = b;