(child-at input-files index)(child-at input-files index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count input-files)(child-count input-files source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children input-files)(children input-files source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(declaration-map-path input-files)Returns: string | undefined
**Returns:** `string | undefined`
(declaration-map-text input-files)Returns: string | undefined
**Returns:** `string | undefined`
(declaration-path input-files)Returns: string | undefined
**Returns:** `string | undefined`
(declaration-text input-files)Returns: string
**Returns:** `string`
(first-token input-files)(first-token input-files source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(for-each-child input-files cb-node)(for-each-child input-files 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-text input-files)(full-text input-files source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(javascript-map-path input-files)Returns: string | undefined
**Returns:** `string | undefined`
(javascript-map-text input-files)Returns: string | undefined
**Returns:** `string | undefined`
(javascript-path input-files)Returns: string | undefined
**Returns:** `string | undefined`
(javascript-text input-files)Returns: string
**Returns:** `string`
(kind input-files)Returns: SyntaxKind.InputFiles
**Returns:** `SyntaxKind.InputFiles`
(last-token input-files)(last-token input-files source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width input-files)(leading-trivia-width input-files source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(source-file input-files)Returns: SourceFile
**Returns:** `SourceFile`
(start input-files)(start input-files source-file)(start input-files 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 input-files)(text input-files source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width input-files)(width input-files 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 |