Skip to content

Commit cc37301

Browse files
committed
Add got as alias for getOrThrow
1 parent 9b29a50 commit cc37301

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/get-or-throw.ts

+3
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ export function getOrThrow<T extends object, K extends keyof T>(
7676
}
7777
}
7878
}
79+
80+
/** Export the same function under the alias 'got' */
81+
export { getOrThrow as got };

0 commit comments

Comments
 (0)