(assert-clause export-declaration)
Returns: AssertClause | undefined
**Returns:** `AssertClause | undefined`
(attributes export-declaration)
Returns: ImportAttributes | undefined
**Returns:** `ImportAttributes | undefined`
(child-at export-declaration index)
(child-at export-declaration index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count export-declaration)
(child-count export-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children export-declaration)
(children export-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(export-clause export-declaration)
Will not be assigned in the case of export * from "foo";
Returns: NamedExportBindings | undefined
Will not be assigned in the case of `export * from "foo";` **Returns:** `NamedExportBindings | undefined`
(first-token export-declaration)
(first-token export-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(for-each-child export-declaration cb-node)
(for-each-child export-declaration 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-declaration)
Returns: number
**Returns:** `number`
(full-text export-declaration)
(full-text export-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width export-declaration)
Returns: number
**Returns:** `number`
(kind export-declaration)
Returns: SyntaxKind.ExportDeclaration
**Returns:** `SyntaxKind.ExportDeclaration`
(last-token export-declaration)
(last-token export-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width export-declaration)
(leading-trivia-width export-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(modifiers export-declaration)
Returns: NodeArray<ModifierLike> | undefined
**Returns:** `NodeArray<ModifierLike> | undefined`
(module-specifier export-declaration)
If this is not a StringLiteral it will be a grammar error.
Returns: Expression | undefined
If this is not a StringLiteral it will be a grammar error. **Returns:** `Expression | undefined`
(name export-declaration)
Returns: Identifier | StringLiteral | NumericLiteral | undefined
**Returns:** `Identifier | StringLiteral | NumericLiteral | undefined`
(parent export-declaration)
Returns: SourceFile | ModuleBlock
**Returns:** `SourceFile | ModuleBlock`
(source-file export-declaration)
Returns: SourceFile
**Returns:** `SourceFile`
(start export-declaration)
(start export-declaration source-file)
(start export-declaration 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-declaration)
(text export-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type-only? export-declaration)
Returns: boolean
**Returns:** `boolean`
(width export-declaration)
(width export-declaration 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