All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.js.core.WeakRef.kt Maven / Gradle / Ivy

package js.core

external class WeakRef(
    target: T
) {
    /**
     * Returns the WeakRef instance's target object, or undefined if the target object has been
     * reclaimed.
     */
    fun deref(): T?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy