mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 12:09:31 +08:00
5 lines
No EOL
286 B
Text
5 lines
No EOL
286 B
Text
import * as ts from 'typescript';
|
|
declare function getScriptKind(filePath: string, jsx: boolean): ts.ScriptKind;
|
|
declare function getLanguageVariant(scriptKind: ts.ScriptKind): ts.LanguageVariant;
|
|
export { getScriptKind, getLanguageVariant };
|
|
//# sourceMappingURL=getScriptKind.d.ts.map |