import { getSupportInfo } from "https://deno.land/x/deno@v0.28.0/std/prettier/vendor/index.d.ts";
Returns an object representing the parsers, languages and file types Prettier supports.
If version
is provided (e.g. "1.5.0"
), information for that version will be returned,
otherwise information for the current version will be returned.