prettier/tests/recheck/tmp3e/e1.js

9 lines
97 B
JavaScript

// @flow
export type Action =
| { type: 'QUX' }
| { type: 'BAR' }
;
export const LIFE = 0;