chore: tsify extensions shim (#24355)
This commit is contained in:
parent
ee61eb9aa4
commit
451086d7f2
4 changed files with 8 additions and 10 deletions
2
typings/internal-electron.d.ts
vendored
2
typings/internal-electron.d.ts
vendored
|
@ -147,7 +147,7 @@ declare namespace ElectronInternal {
|
|||
event(emitter: NodeJS.EventEmitter, oldName: string, newName: string): void;
|
||||
removeProperty<T, K extends (keyof T & string)>(object: T, propertyName: K, onlyForValues?: any[]): T;
|
||||
renameProperty<T, K extends (keyof T & string)>(object: T, oldName: string, newName: K): T;
|
||||
moveAPI(fn: Function, oldUsage: string, newUsage: string): Function;
|
||||
moveAPI<T extends Function>(fn: T, oldUsage: string, newUsage: string): T;
|
||||
}
|
||||
|
||||
interface DesktopCapturer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue