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 a05c883 commit 045799dCopy full SHA for 045799d
src/runtime/values.ts
@@ -82,3 +82,4 @@ export function MK_STRING(val: string) {
82
export function MK_OBJECT(obj: Map<string, RuntimeVal>) {
83
return { type: 'object', properties: obj } as ObjectVal;
84
}
85
+
0 commit comments