Skip to content

Commit

Permalink
Add declaration file for resolveConfig (#8924)
Browse files Browse the repository at this point in the history
* add declaration file for resolveConfig

* alter spacing to match other .d.ts files
  • Loading branch information
joshmossas committed Jul 25, 2022
1 parent b311c20 commit 76f02e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resolveConfig.d.ts
@@ -0,0 +1,3 @@
import type { Config } from './types/config'
declare function resolveConfig(config: Config): Config
export = resolveConfig

0 comments on commit 76f02e4

Please sign in to comment.