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

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