summaryrefslogtreecommitdiff
path: root/src/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.ts')
-rw-r--r--src/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.ts b/src/utils.ts
index 6591050..7e3009f 100644
--- a/src/utils.ts
+++ b/src/utils.ts
@@ -20,5 +20,5 @@ export const constructors = <T extends Record<string, any>>(): {
get(_, k) {
return (value: any) => ({ tag: k, value })
},
- }
+ },
) as any