.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / convert-comments.d.ts
1 import * as ts from 'typescript';
2 import { TSESTree } from './ts-estree';
3 /**
4  * Convert all comments for the given AST.
5  * @param ast the AST object
6  * @param code the TypeScript code
7  * @returns the converted ESTreeComment
8  * @private
9  */
10 export declare function convertComments(ast: ts.SourceFile, code: string): TSESTree.Comment[];
11 //# sourceMappingURL=convert-comments.d.ts.map