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@v1.8.6/mod.ts";
definition:
| ConditionWithNot
| ConditionWithPremise
| ConditionWithAnd
| ConditionWithOr
| ConditionWithXor
| ConditionWithFunc