We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab5fb75 + 7a16dfe commit 4d171f1Copy full SHA for 4d171f1
packages/sylph-jsx/src/utility-types.ts
@@ -1,3 +1,4 @@
1
+// Useful utility types
2
export type UnknownRecord = Record<string, unknown>;
3
export type Maybe<T> = T | undefined | null;
4
0 commit comments