prettier/tests/flow/refinements/lib.js

4 lines
68 B
JavaScript

/* @flow */
declare var BAZ: {stuff?: (x: number) => void} | void;