Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.23.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