We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f79189 commit 1db3648Copy full SHA for 1db3648
.changeset/tiny-docs-improvement.md
@@ -0,0 +1,5 @@
1
+---
2
+"next-seo": patch
3
4
+
5
+Add JSDoc comment to internal type guard function
src/utils/stringify.ts
@@ -38,7 +38,10 @@ const safeJsonLdReplacer: JsonReplacer = (() => {
38
};
39
})();
40
41
-// Utility: Assert never
+/**
42
+ * Type guard to ensure exhaustive type checking.
43
+ * @internal
44
+ */
45
function isNever(_: never): void {}
46
47
/**
0 commit comments