Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/effector/packages/effector/index.d.ts>clearNode

Business logic with ease ☄️
Latest
function clearNode
import { clearNode } from "https://deno.land/x/effector@effector-vue%4023.1.0/packages/effector/index.d.ts";

Method for destroying units and graph nodes. Low level tool, usually absent in common applications

Parameters

unit: Unit<any> | Node

unit to be erased

optional
opts: { deep?: boolean; }

optional configuration object