Add missing type

This commit is contained in:
Jarred Sumner
2022-12-03 08:25:25 -08:00
parent bdc43c1696
commit 10b04fbd26

View File

@@ -57,4 +57,9 @@ declare module "bun:jsc" {
* This is untested. May not be supported yet on macOS
*/
export function startRemoteDebugger(host?: string, port?: number): void;
/**
* Run JavaScriptCore's sampling profiler
*/
export function startSamplingProfiler(optionalDirectory?: string): void;
}