(asterisk-token function-expression)Returns: AsteriskToken | undefined
**Returns:** `AsteriskToken | undefined`
(child-at function-expression index)(child-at function-expression index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count function-expression)(child-count function-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children function-expression)(children function-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(exclamation-token function-expression)Returns: ExclamationToken | undefined
**Returns:** `ExclamationToken | undefined`
(first-token function-expression)(first-token function-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(for-each-child function-expression cb-node)(for-each-child function-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 function-expression)Returns: number
**Returns:** `number`
(full-text function-expression)(full-text function-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width function-expression)Returns: number
**Returns:** `number`
(kind function-expression)Returns: SyntaxKind.FunctionExpression
**Returns:** `SyntaxKind.FunctionExpression`
(last-token function-expression)(last-token function-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width function-expression)(leading-trivia-width function-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(modifiers function-expression)Returns: NodeArray<Modifier> | undefined
**Returns:** `NodeArray<Modifier> | undefined`
(name function-expression)Returns: Identifier | undefined
**Returns:** `Identifier | undefined`
(parameters function-expression)Returns: NodeArray<ParameterDeclaration>
**Returns:** `NodeArray<ParameterDeclaration>`
(question-token function-expression)Returns: QuestionToken | undefined
**Returns:** `QuestionToken | undefined`
(source-file function-expression)Returns: SourceFile
**Returns:** `SourceFile`
(start function-expression)(start function-expression source-file)(start function-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 function-expression)(text function-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type function-expression)Returns: TypeNode | undefined
**Returns:** `TypeNode | undefined`
(type-parameters function-expression)Returns: NodeArray<TypeParameterDeclaration> | undefined
**Returns:** `NodeArray<TypeParameterDeclaration> | undefined`
(width function-expression)(width function-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 |