mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: convert callbacks-registry to ts (#18682)
* chore: convert callbacks-registry to ts * fix class import syntax * move cb reg specs to spec-main
This commit is contained in:
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
@@ -16,6 +16,7 @@ declare namespace NodeJS {
|
||||
interface V8UtilBinding {
|
||||
getHiddenValue<T>(obj: any, key: string): T;
|
||||
setHiddenValue<T>(obj: any, key: string, value: T): void;
|
||||
deleteHiddenValue(obj: any, key: string): void;
|
||||
requestGarbageCollectionForTesting(): void;
|
||||
}
|
||||
interface Process {
|
||||
|
||||
Reference in New Issue
Block a user