Skip to content

Commit

Permalink
chore: extract ref types declaration for user agent data into separat…
Browse files Browse the repository at this point in the history
…ed module
  • Loading branch information
aineo committed Jul 15, 2024
1 parent 907785e commit 233251f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/vibrate/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference types="user-agent-data-types" />

export const VIBRATION_PATTERN: Record<string, number[]> = {
VERY_SHORT: [40],
SHORT: [80],
Expand Down
1 change: 1 addition & 0 deletions src/lib/vibrate/user-agent-data-types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="user-agent-data-types" />

0 comments on commit 233251f

Please sign in to comment.