File size: 116 Bytes
bc20498 |
1 2 3 4 5 |
import type { Config } from './types/config'
declare function loadConfig(path: string): Config
export = loadConfig
|
bc20498 |
1 2 3 4 5 |
import type { Config } from './types/config'
declare function loadConfig(path: string): Config
export = loadConfig
|