summaryrefslogtreecommitdiff
path: root/core/lib.deno_core.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib.deno_core.d.ts')
-rw-r--r--core/lib.deno_core.d.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/lib.deno_core.d.ts b/core/lib.deno_core.d.ts
index 2a3764730..6de3bed4b 100644
--- a/core/lib.deno_core.d.ts
+++ b/core/lib.deno_core.d.ts
@@ -7,12 +7,6 @@
declare namespace Deno {
namespace core {
- /** Call an op in Rust, and synchronously receive the result. */
- function opSync(
- opName: string,
- ...args: any[]
- ): any;
-
/** Call an op in Rust, and asynchronously receive the result. */
function opAsync(
opName: string,