Skip to main content
Module

x/panoptes/mod.ts>watch

A simple array and object watcher function for Deno. Written in TypeScript.
Latest
function watch
import { watch } from "https://deno.land/x/panoptes@1.0.0/mod.ts";

Parameters

obj: Object
cb: Function
optional
opt: OptionsStruct

Returns

Object