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
2
electron/node_modules/es-object-atoms/isObject.d.ts
generated
vendored
2
electron/node_modules/es-object-atoms/isObject.d.ts
generated
vendored
|
|
@ -1,3 +1,3 @@
|
|||
declare function isObject(x: unknown): x is object;
|
||||
declare function isObject<T>(x: T): x is T & object & Record<PropertyKey, unknown>;
|
||||
|
||||
export = isObject;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue