flow2schema/tests/samples/mixed/source.js

8 lines
61 B
JavaScript

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