We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
szmarczak
sholladay
Learn more about funding links in repositories.
Report abuse
1 parent a7e2736 commit 8d2ca91Copy full SHA for 8d2ca91
source/types/ky.ts
@@ -74,7 +74,7 @@ export type KyInstance = {
74
75
@returns A new Ky instance.
76
*/
77
- create: (defaultOptions: Options) => KyInstance;
+ create: (defaultOptions?: Options) => KyInstance;
78
79
/**
80
Create a new Ky instance with some defaults overridden with your own.
0 commit comments