Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.debug-console

Represents the debug console.

Represents the debug console.
raw docstring

appendcljs

(append debug-console value)

Append the given value to the debug console.

Parameters:

  • value: string - A string, falsy values will not be printed.

Returns: void

Append the given value to the debug console.

**Parameters:**
- `value`: `string` - A string, falsy values will not be printed.

**Returns:** `void`
sourceraw docstring

append-linecljs

(append-line debug-console value)

Append the given value and a line feed character to the debug console.

Parameters:

  • value: string - A string, falsy values will be printed.

Returns: void

Append the given value and a line feed character
to the debug console.

**Parameters:**
- `value`: `string` - A string, falsy values will be printed.

**Returns:** `void`
sourceraw docstring

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

× close