prettier/tests/flow/predicates-declared/sanity-return-type.js

4 lines
75 B
JavaScript

// @flow
declare function f2(x: mixed): string %checks(Array.isArray(x));