/
Dante
/
node-core
Обзор
Документация
Войти
/
Dante
/
node-core
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/ts-node/dist/ts-internals.d.ts
6 строк
312 B
Александр Данилюк
add
24 сен 2024, 12:59
24 сен 2024, 12:59
9eaeea8
Код
Авторство
О чём код?
import type * as _ts from 'typescript'; export declare function getUseDefineForClassFields(compilerOptions: _ts.CompilerOptions): boolean; export declare function getEmitScriptTarget(compilerOptions: { module?: _ts.CompilerOptions['module']; target?: _ts.CompilerOptions['target']; }): _ts.ScriptTarget;