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

4 lines (3 loc) 146 B
import { Printer } from 'prettier'; import { SyntaxNode } from 'tree-sitter'; export declare const formatBinaryExp: Printer<SyntaxNode>['print'];