diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-01-08 17:44:05 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-01-08 17:45:18 +0530 |
| commit | e1092bfca260412ab716710d31c24c86d3a818e1 (patch) | |
| tree | 05ea30f8899fed36f6b644733a644bd71ee30dcc /src/utils.ts | |
| parent | 173b249d9a91d8fee7c3cc18946e8fda188295c2 (diff) | |
| download | elxr-e1092bfca260412ab716710d31c24c86d3a818e1.tar.gz elxr-e1092bfca260412ab716710d31c24c86d3a818e1.zip | |
chore: prettier config change + formatting
Diffstat (limited to 'src/utils.ts')
| -rw-r--r-- | src/utils.ts | 2 |
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 |
