import type { Denops } from "../deps.ts"; import type { ToolDefinition } from "./types.ts"; // deno-lint-ignore require-await export async function fnlfmt(_denops: Denops): Promise { return { prefix: "fnlfmt", formatCommand: "fnlfmt -", formatStdin: true, }; }