Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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%4023.2.2/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