UNPKG

211 BTypeScriptView Raw
1import { ParserOptions, Plugin } from 'prettier';
2import { ShOptions } from 'sh-syntax';
3export declare type ShParserOptions = ParserOptions & ShOptions;
4declare const ShPlugin: Plugin;
5export default ShPlugin;