We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b311c20 commit 76f02e4Copy full SHA for 76f02e4
resolveConfig.d.ts
@@ -0,0 +1,3 @@
1
+import type { Config } from './types/config'
2
+declare function resolveConfig(config: Config): Config
3
+export = resolveConfig
0 commit comments