UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

12 lines (8 loc) 195 B
// I am top level comment in this file. // I am second line of top level comment in this file. import './commands'; // Comment // Comment function add(a:number,b:number) { return a + b; }