.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / create-program / createIsolatedProgram.d.ts
1 import { Extra } from '../parser-options';
2 import { ASTAndProgram } from './shared';
3 /**
4  * @param code The code of the file being linted
5  * @returns Returns a new source file and program corresponding to the linted code
6  */
7 declare function createIsolatedProgram(code: string, extra: Extra): ASTAndProgram;
8 export { createIsolatedProgram };
9 //# sourceMappingURL=createIsolatedProgram.d.ts.map