We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e94500 commit a61189cCopy full SHA for a61189c
1 file changed
dev-demo/api.ts
@@ -20,7 +20,7 @@ type DashboardCarRecord = {
20
engine_type: string;
21
body_type: string;
22
};
23
-
+
24
function toNumber(value: string | number | null): number {
25
if (typeof value === 'number') {
26
return value;
0 commit comments