Sync mute state
This commit is contained in:
parent
15247e1c9a
commit
6c0acd09df
16 changed files with 236 additions and 61 deletions
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -573,6 +573,7 @@ export type DCodeIOType = {
|
|||
Long: DCodeIOType['Long'];
|
||||
};
|
||||
Long: Long & {
|
||||
MAX_VALUE: Long;
|
||||
equals: (other: Long | number | string) => boolean;
|
||||
fromBits: (low: number, high: number, unsigned: boolean) => number;
|
||||
fromNumber: (value: number, unsigned?: boolean) => Long;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue