Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/prettier/vendor/index.d.ts>getSupportInfo

A modern runtime for JavaScript and TypeScript.
Go to Latest
function getSupportInfo
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.

Parameters

optional
version: string