/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
typings/internalBinding/config.d.ts
15 строк
351 B
Antoine du Hamel
lib,src,test: fix tests without SQLite
12 дек 2025, 01:04
Не верифицирован
12 дек 2025, 01:04
14f02fc
Код
Авторство
О чём код?
export interface ConfigBinding { isDebugBuild: boolean; openSSLIsBoringSSL: boolean; hasOpenSSL: boolean; fipsMode: boolean; hasIntl: boolean; hasSmallICU: boolean; hasTracing: boolean; hasNodeOptions: boolean; hasInspector: boolean; hasSQLite: boolean; noBrowserGlobals: boolean; bits: number; getDefaultLocale(): string; }