UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

7 lines (5 loc) 82 B
/** * @flow */ import type {Foo} from './foo'; import {fooValue} from './foo';