(child-at export-specifier index)
(child-at export-specifier index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count export-specifier)
(child-count export-specifier source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children export-specifier)
(children export-specifier source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token export-specifier)
(first-token export-specifier source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(for-each-child export-specifier cb-node)
(for-each-child export-specifier cb-node cb-node-array)
Parameters:
cb-node
: (node: Node) => T | undefined
cb-node-array
: ((nodes: NodeArray<Node>) => T | undefined) | undefined
Returns: T | undefined
**Parameters:** - `cb-node`: `(node: Node) => T | undefined` - `cb-node-array`: `((nodes: NodeArray<Node>) => T | undefined) | undefined` **Returns:** `T | undefined`
(full-start export-specifier)
Returns: number
**Returns:** `number`
(full-text export-specifier)
(full-text export-specifier source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width export-specifier)
Returns: number
**Returns:** `number`
(kind export-specifier)
Returns: SyntaxKind.ExportSpecifier
**Returns:** `SyntaxKind.ExportSpecifier`
(last-token export-specifier)
(last-token export-specifier source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width export-specifier)
(leading-trivia-width export-specifier source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(parent export-specifier)
Returns: NamedExports
**Returns:** `NamedExports`
(property-name export-specifier)
Returns: Identifier | undefined
**Returns:** `Identifier | undefined`
(source-file export-specifier)
Returns: SourceFile
**Returns:** `SourceFile`
(start export-specifier)
(start export-specifier source-file)
(start export-specifier source-file include-js-doc-comment?)
Parameters:
source-file
: SourceFile | undefined
include-js-doc-comment?
: boolean | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` - `include-js-doc-comment?`: `boolean | undefined` **Returns:** `number`
(text export-specifier)
(text export-specifier source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type-only? export-specifier)
Returns: boolean
**Returns:** `boolean`
(width export-specifier)
(width export-specifier source-file)
Parameters:
source-file
: SourceFileLike | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFileLike | undefined` **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close