3 lines
90 B
TypeScript
Executable file
3 lines
90 B
TypeScript
Executable file
import type { Config } from './types/config'
|
|
declare const config: Config
|
|
export = config
|