MCPcopy Create free account
hub / github.com/Bistutu/FluentRead / config.ts

File config.ts

entrypoints/utils/config.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Config } from "@/entrypoints/utils/model";
2
3// 声明 config 类型, new Config() 会设置好所有默认值
4export let config: Config = new Config();

Callers

nothing calls this directly

Calls 2

loadConfigFunction · 0.85
isConfigObjectValidFunction · 0.85

Tested by

no test coverage detected