aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@types/prettier/parser-yaml.d.ts
blob: 163aff18dbaf946fbb41bb25ff270c31cb5b1192 (plain)
1
2
3
4
5
6
7
8
import { Parser } from './';

declare const parser: {
    parsers: {
        yaml: Parser;
    };
};
export = parser;