Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.typescript.server.normalized-path-map


contains?cljs

(contains? normalized-path-map path)

Parameters:

  • path: NormalizedPath

Returns: boolean

**Parameters:**
- `path`: `NormalizedPath`

**Returns:** `boolean`
sourceraw docstring

getcljs

(get normalized-path-map path)

Parameters:

  • path: NormalizedPath

Returns: T | undefined

**Parameters:**
- `path`: `NormalizedPath`

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

removecljs

(remove normalized-path-map path)

Parameters:

  • path: NormalizedPath

Returns: void

**Parameters:**
- `path`: `NormalizedPath`

**Returns:** `void`
sourceraw docstring

setcljs

(set normalized-path-map path value)

Parameters:

  • path: NormalizedPath
  • value: T

Returns: void

**Parameters:**
- `path`: `NormalizedPath`
- `value`: `T`

**Returns:** `void`
sourceraw docstring

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

× close