Skip to content

Commit

Permalink
chore: apply changes after linting [tinkoff-bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkoff-bot committed Jan 18, 2023
1 parent 801a360 commit 462d973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/cdk/utils/miscellaneous/is-object.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function tuiIsObject<T extends Record<any, any> | object>(
export function tuiIsObject<T extends Record<any, any> | Record<string, any>>(
value: unknown,
): value is NonNullable<T> {
// eslint-disable-next-line @taiga-ui/no-typeof
Expand Down

0 comments on commit 462d973

Please sign in to comment.