UNPKG

javascript-kit-swift

Version:

A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.

11 lines (10 loc) 275 B
import { ref } from "./types.js"; export declare class SwiftRuntimeHeap { private _heapValueById; private _heapEntryByValue; private _heapNextKey; constructor(); retain(value: any): number; release(ref: ref): void; referenceHeap(ref: ref): any; }