@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Module watcher

    Configurable object that can manage executing functions under a variety of logical and/or timing constraints

    studioKeywi

    Interfaces

    Watcher

    A Watcher is a configurable system to run callback functions. They are primarily designed to work with intermittent or otherwise limited duration activities.

    WatcherConfig

    Configuration that can be applied when building a new Watcher

    Type Aliases

    BecauseConfig

    Configuration that can be applied when using Watcher.because

    BeginConfig

    Configuration that can be applied when using Watcher.begin

    DoConfig

    Configuration that can be applied when using Watcher.do

    EndConfig

    Configuration that can be applied when using Watcher.end

    EveryConfig

    Configuration that can be applied when using Watcher.every

    ForConfig

    Configuration that can be applied when using Watcher.for

    UnlessConfig

    Configuration that can be applied when using Watcher.unless

    UntilConfig

    Configuration that can be applied when using Watcher.until

    WhileConfig

    Configuration that can be applied when using Watcher.while

    Functions

    createWatcher

    Create a new Watcher