mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-08 05:49:12 +08:00
3 lines
123 B
Text
3 lines
123 B
Text
import type { Config } from './types/config'
|
|
declare function resolveConfig(config: Config): Config
|
|
export = resolveConfig
|