isWatcherActive function exported
Last updated: 2026-03-04T23:21:38.393Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 0
Signature
isWatcherActive(): : boolean
Summary
Returns whether the watcher is active
Source Code
export function isWatcherActive(): boolean {
return isWatching;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| FillableElement | uses |