Skip to content

Commit

Permalink
fix: Dummy commit to check dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
advaitk7 committed Dec 14, 2023
1 parent 3ecb675 commit 687542a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uikit-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const regEx = {
mobile: /Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g,
}

// Dummy commit
export function isString(value: any): value is string {
return typeof value === 'string'
}
Expand Down

0 comments on commit 687542a

Please sign in to comment.