Liking cljdoc? Tell your friends :D

dots.typescript.parse-config-host


current-directorycljs

(current-directory parse-config-host)

Returns: string

**Returns:** `string`
sourceraw docstring

directoriescljs

(directories parse-config-host path)

Parameters:

  • path: string

Returns: string[]

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

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

directory-exists?cljs

(directory-exists? parse-config-host directory-name)

Parameters:

  • directory-name: string

Returns: boolean

**Parameters:**
- `directory-name`: `string`

**Returns:** `boolean`
sourceraw docstring

file-exists?cljs

(file-exists? parse-config-host path)

Gets a value indicating whether the specified path exists and is a file.

Parameters:

  • path: string - The path to test.

Returns: boolean

Gets a value indicating whether the specified path exists and is a file.

**Parameters:**
- `path`: `string` - The path to test.

**Returns:** `boolean`
sourceraw docstring

read-directorycljs

(read-directory parse-config-host root-dir extensions)
(read-directory parse-config-host root-dir extensions excludes)
(read-directory parse-config-host root-dir extensions excludes includes)
(read-directory parse-config-host root-dir extensions excludes includes depth)

Parameters:

  • root-dir: string
  • extensions: readonly string[]
  • excludes: readonly string[] | undefined
  • includes: readonly string[]
  • depth: number | undefined

Returns: readonly string[]

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

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

read-filecljs

(read-file parse-config-host path)

Parameters:

  • path: string

Returns: string | undefined

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

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

realpathcljs

(realpath parse-config-host path)

Resolve a symbolic link.

Parameters:

  • path: string

Returns: string

Resolve a symbolic link.

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

**Returns:** `string`
sourceraw docstring

set-use-case-sensitive-file-names!cljs

(set-use-case-sensitive-file-names! parse-config-host value)
source

tracecljs

(trace parse-config-host s)

Parameters:

  • s: string

Returns: void

**Parameters:**
- `s`: `string`

**Returns:** `void`
sourceraw docstring

use-case-sensitive-file-names?cljs

(use-case-sensitive-file-names? parse-config-host)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

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

× close