Update some types

pull/1655/head
Salim Blume 2022-04-05 20:58:33 -05:00
parent d9908ee6a2
commit 88a785df7f
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ declare const require: ((module: 'heatshrink') => {
declare const Bangle: {
// functions
buzz: () => void;
buzz: (duration: number, intensity: number) => Promise<void>;
drawWidgets: () => void;
isCharging: () => boolean;
// events