flow2schema/tests/samples/any/source.js

8 lines
57 B
JavaScript

type X = any;
type Y = {
y: any;
};
export {X, Y};