UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

14 lines (11 loc) 245 B
declare module '*.scss' { const content: { [className: string]: string }; export = content; } declare const env: { [key: string]: string; }; declare module 'path-browserify' { import * as path from 'path'; export = path; }