Skip to main content
Module

x/script_nop/mod.ts>Condition

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
type alias Condition
import { type Condition } from "https://deno.land/x/script_nop@v2.3.0/mod.ts";
definition: (
| ConditionWithAttribute
| ConditionAsPremise
| ConditionWithConstant
| ConditionWithNot
| ConditionWithAnd
| ConditionWithOr
| ConditionWithXor
| ConditionWithFunc
| ConditionWithRef
) & FuzzyParameters