mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 01:49:30 +08:00
5 lines
No EOL
230 B
Text
5 lines
No EOL
230 B
Text
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 |