defaultConfig.d.ts 90 B

1234
  1. import type { Config } from './types/config'
  2. declare const config: Config
  3. export = config