(child-at prefix-unary-expression index)(child-at prefix-unary-expression index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count prefix-unary-expression)(child-count prefix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children prefix-unary-expression)(children prefix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token prefix-unary-expression)(first-token prefix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags prefix-unary-expression)Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child prefix-unary-expression cb-node)(for-each-child prefix-unary-expression cb-node cb-node-array)Parameters:
cb-node: (node: Node) => T | undefinedcb-node-array: ((nodes: NodeArray<Node>) => T | undefined) | undefinedReturns: T | undefined
**Parameters:** - `cb-node`: `(node: Node) => T | undefined` - `cb-node-array`: `((nodes: NodeArray<Node>) => T | undefined) | undefined` **Returns:** `T | undefined`
(full-start prefix-unary-expression)Returns: number
**Returns:** `number`
(full-text prefix-unary-expression)(full-text prefix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width prefix-unary-expression)Returns: number
**Returns:** `number`
(get-end prefix-unary-expression)Returns: number
**Returns:** `number`
(kind prefix-unary-expression)Returns: SyntaxKind.PrefixUnaryExpression
**Returns:** `SyntaxKind.PrefixUnaryExpression`
(last-token prefix-unary-expression)(last-token prefix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width prefix-unary-expression)(leading-trivia-width prefix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(operand prefix-unary-expression)Returns: UnaryExpression
**Returns:** `UnaryExpression`
(operator prefix-unary-expression)Returns: PrefixUnaryOperator
**Returns:** `PrefixUnaryOperator`
(source-file prefix-unary-expression)Returns: SourceFile
**Returns:** `SourceFile`
(start prefix-unary-expression)(start prefix-unary-expression source-file)(start prefix-unary-expression source-file include-js-doc-comment?)Parameters:
source-file: SourceFile | undefinedinclude-js-doc-comment?: boolean | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` - `include-js-doc-comment?`: `boolean | undefined` **Returns:** `number`
(text prefix-unary-expression)(text prefix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width prefix-unary-expression)(width prefix-unary-expression source-file)Parameters:
source-file: SourceFileLike | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFileLike | undefined` **Returns:** `number`
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 |