UNPKG

@rdbird/eslint-config

Version:
8 lines (5 loc) 96 B
// @flow export type MyType = { flag: boolean, }; export type InlineType = { foo: string };