refactor: convert some more remote stuff to typescript (#20324)

This commit is contained in:
Jeremy Apthorp 2019-09-30 15:00:22 -07:00 committed by GitHub
parent d3922f95e6
commit b7b0992768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 208 additions and 107 deletions

View file

@ -29,6 +29,8 @@ declare namespace NodeJS {
setHiddenValue<T>(obj: any, key: string, value: T): void;
deleteHiddenValue(obj: any, key: string): void;
requestGarbageCollectionForTesting(): void;
createDoubleIDWeakMap(): any;
setRemoteCallbackFreer(fn: Function, contextId: String, id: number, sender: any): void
}
interface Process {