diff options
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 |
