We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b29a50 commit cc37301Copy full SHA for cc37301
src/get-or-throw.ts
@@ -76,3 +76,6 @@ export function getOrThrow<T extends object, K extends keyof T>(
76
}
77
78
79
+
80
+/** Export the same function under the alias 'got' */
81
+export { getOrThrow as got };
0 commit comments