Skip to content

Commit 76f02e4

Browse files
authored
Add declaration file for resolveConfig (#8924)
* add declaration file for resolveConfig * alter spacing to match other .d.ts files
1 parent b311c20 commit 76f02e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resolveConfig.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import type { Config } from './types/config'
2+
declare function resolveConfig(config: Config): Config
3+
export = resolveConfig

0 commit comments

Comments
 (0)