Liking cljdoc? Tell your friends :D

dots.typescript.watch-options


exclude-directoriescljs

(exclude-directories watch-options)

Returns: string[] | undefined

**Returns:** `string[] | undefined`
sourceraw docstring

exclude-filescljs

(exclude-files watch-options)

Returns: string[] | undefined

**Returns:** `string[] | undefined`
sourceraw docstring

fallback-pollingcljs

(fallback-polling watch-options)

Returns: PollingWatchKind | undefined

**Returns:** `PollingWatchKind | undefined`
sourceraw docstring

set-exclude-directories!cljs

(set-exclude-directories! watch-options value)
source

set-exclude-files!cljs

(set-exclude-files! watch-options value)
source

set-fallback-polling!cljs

(set-fallback-polling! watch-options value)
source

set-synchronous-watch-directory!cljs

(set-synchronous-watch-directory! watch-options value)
source

set-watch-directory!cljs

(set-watch-directory! watch-options value)
source

set-watch-file!cljs

(set-watch-file! watch-options value)
source

synchronous-watch-directory?cljs

(synchronous-watch-directory? watch-options)

Returns: boolean | undefined

**Returns:** `boolean | undefined`
sourceraw docstring

watch-directorycljs

(watch-directory watch-options)

Returns: WatchDirectoryKind | undefined

**Returns:** `WatchDirectoryKind | undefined`
sourceraw docstring

watch-filecljs

(watch-file watch-options)

Returns: WatchFileKind | undefined

**Returns:** `WatchFileKind | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close