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 3b2a0cd commit 0e3b2fcCopy full SHA for 0e3b2fc
src/templating/url-template.ts
@@ -66,5 +66,6 @@ export function toString(a: unknown): string {
66
if (a === null || a === undefined) {
67
return `${a}`;
68
}
69
+ // eslint-disable-next-line @typescript-eslint/no-base-to-string
70
return String(a);
71
0 commit comments