summaryrefslogtreecommitdiff
path: root/src/utils.ts
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-08 17:44:05 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-08 17:45:18 +0530
commite1092bfca260412ab716710d31c24c86d3a818e1 (patch)
tree05ea30f8899fed36f6b644733a644bd71ee30dcc /src/utils.ts
parent173b249d9a91d8fee7c3cc18946e8fda188295c2 (diff)
downloadelxr-e1092bfca260412ab716710d31c24c86d3a818e1.tar.gz
elxr-e1092bfca260412ab716710d31c24c86d3a818e1.zip
chore: prettier config change + formatting
Diffstat (limited to '')
-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