UNPKG

prettier-plugin-awk

Version:

[![tests](https://github.com/Beaglefoot/prettier-plugin-awk/actions/workflows/tests.yml/badge.svg)](https://github.com/Beaglefoot/prettier-plugin-awk/actions/workflows/tests.yml) [![npm](https://img.shields.io/npm/v/prettier-plugin-awk)](https://www.npmjs

9 lines (8 loc) 366 B
import { SupportLanguage, Parser, Printer, Options } from 'prettier'; declare type ParserName = string; declare type PrinterName = string; export declare const languages: SupportLanguage[]; export declare const parsers: Record<ParserName, Parser>; export declare const printers: Record<PrinterName, Printer>; export declare const defaultOptions: Options; export {};