blob: 340cdd985a9fedf6a0473a20712394b90024d2f7 [file] [log] [blame]
import * as ts from 'typescript';
import { Extra } from '../parser-options';
declare function createSourceFile(code: string, extra: Extra): ts.SourceFile;
export { createSourceFile };
//# sourceMappingURL=createSourceFile.d.ts.map