We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba36953 commit 68781d9Copy full SHA for 68781d9
packages/kit/src/exports/index.js
@@ -53,3 +53,8 @@ export function json(data, init) {
53
export function fail(status, data) {
54
return new ActionFailure(status, data);
55
}
56
+
57
+// TODO remove for 1.0
58
+export function invalid() {
59
+ throw new Error('invalid(...) is now fail(...)');
60
+}
0 commit comments