Liking cljdoc? Tell your friends :D

dots.typescript.js-typing.typing-resolution-host


directory-exists?cljs

(directory-exists? typing-resolution-host path)

Parameters:

  • path: string

Returns: boolean

**Parameters:**
- `path`: `string`

**Returns:** `boolean`
sourceraw docstring

file-exists?cljs

(file-exists? typing-resolution-host file-name)

Parameters:

  • file-name: string

Returns: boolean

**Parameters:**
- `file-name`: `string`

**Returns:** `boolean`
sourceraw docstring

read-directorycljs

(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: string
  • extensions: readonly string[]
  • excludes: readonly string[] | undefined
  • includes: readonly string[] | undefined
  • depth: number | undefined

Returns: string[]

**Parameters:**
- `root-dir`: `string`
- `extensions`: `readonly string[]`
- `excludes`: `readonly string[] | undefined`
- `includes`: `readonly string[] | undefined`
- `depth`: `number | undefined`

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

read-filecljs

(read-file typing-resolution-host path)
(read-file typing-resolution-host path encoding)

Parameters:

  • path: string
  • encoding: string | undefined

Returns: string | undefined

**Parameters:**
- `path`: `string`
- `encoding`: `string | undefined`

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

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

× close