forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
1
electron/node_modules/hasown/index.d.ts
generated
vendored
1
electron/node_modules/hasown/index.d.ts
generated
vendored
|
|
@ -1,4 +1,3 @@
|
|||
declare function hasOwn<O, K extends PropertyKey>(o: O, p: K): p is K & keyof O;
|
||||
declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
|
||||
|
||||
export = hasOwn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue