prettier/tests/flow/find-module/test.js

5 lines
63 B
JavaScript

var x = require('./req');
(x: string);
import x from './req';