(directory-exists? typing-resolution-host path)Parameters:
path: stringReturns: boolean
**Parameters:** - `path`: `string` **Returns:** `boolean`
(file-exists? typing-resolution-host file-name)Parameters:
file-name: stringReturns: boolean
**Parameters:** - `file-name`: `string` **Returns:** `boolean`
(read-directory typing-resolution-host root-dir extensions)(read-directory typing-resolution-host root-dir extensions excludes)(read-directory typing-resolution-host root-dir extensions excludes includes)(read-directory typing-resolution-host
root-dir
extensions
excludes
includes
depth)Parameters:
root-dir: stringextensions: readonly string[]excludes: readonly string[] | undefinedincludes: readonly string[] | undefineddepth: number | undefinedReturns: string[]
**Parameters:** - `root-dir`: `string` - `extensions`: `readonly string[]` - `excludes`: `readonly string[] | undefined` - `includes`: `readonly string[] | undefined` - `depth`: `number | undefined` **Returns:** `string[]`
(read-file typing-resolution-host path)(read-file typing-resolution-host path encoding)Parameters:
path: stringencoding: string | undefinedReturns: string | undefined
**Parameters:** - `path`: `string` - `encoding`: `string | undefined` **Returns:** `string | undefined`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |