Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/script_nop/src/ts/types.ts>AppOptions

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
type alias AppOptions
import { type AppOptions } from "https://deno.land/x/script_nop@v2.1.8/src/ts/types.ts";
definition: { numThreads?: number; permissions?: any; extensionsURLs?: string[]; rulesURL?: string; onNotification?: ((n: NOPNotification) => void | Promise<void>) | undefined; }