We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31d442 commit db59295Copy full SHA for db59295
ley.d.ts
@@ -1,6 +1,6 @@
1
declare namespace Options {
2
declare type Config = Record<string, unknown>;
3
- declare type Resolver = Promise<Config> | () => Config;
+ declare type Resolver = Promise<Config> | (() => Config);
4
5
declare interface Base {
6
cwd?: string;
0 commit comments