/
Ao
/
MaxReport
Обзор
Документация
Войти
/
Ao
/
MaxReport
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
MaxReport
/
...
/
node_modules
/
conf
/
..
dist
first_commit
месяц назад
license
first_commit
месяц назад
package.json
first_commit
месяц назад
readme.md
first_commit
месяц назад
conf
Install
Usage
API
Conf(options?)
options
defaults
schema
rootSchema
ajvOptions
migrations
beforeEachMigration
configName
projectName
projectVersion
cwd
encryptionKey
encryptionAlgorithm
fileExtension
clearInvalidConfig
serialize
deserialize
projectSuffix
accessPropertiesByDotNotation
watch
configFileMode
Instance
.set(key, value)
.set(object)
.get(key, defaultValue?)
.reset(...keys)
.has(key)
.appendToArray(key, value)
.delete(key)
.clear()
.onDidChange(key, callback)
.onDidAnyChange(callback)
.size
.store
.path
FAQ
How is this different from `configstore`?
Can I use YAML or another serialization format?
Can I use `conf` with strict Content Security Policy (CSP)?
Can I use async operations in migrations?
Related
readme.md