Function
| Static Public Summary | ||
| public |
checkIterable(object: *, length: *) |
|
| public |
* chunk(arr: *, step: *) |
|
| public |
eggCompleter(line: *, env: *): undefined[] |
|
| public |
|
|
| public |
getValidIndex(length: *, index: *): * |
|
| public |
ins(x: *) |
|
| public |
json2AST(tree: *): * |
|
| public |
repl() |
|
Static Public
public checkIterable(object: *, length: *) source
import {checkIterable} from 'eggtended-js/lib/utils.js'Params:
| Name | Type | Attribute | Description |
| object | * | ||
| length | * |
public * chunk(arr: *, step: *) source
import {chunk} from 'eggtended-js/lib/utils.js'Params:
| Name | Type | Attribute | Description |
| arr | * | ||
| step | * |
public eggCompleter(line: *, env: *): undefined[] source
import {eggCompleter} from 'eggtended-js/lib/repl/extensions.js'Params:
| Name | Type | Attribute | Description |
| line | * | ||
| env | * |
public getPromptLine(): string source
import {getPromptLine} from 'eggtended-js/lib/repl/extensions.js'public getValidIndex(length: *, index: *): * source
import {getValidIndex} from 'eggtended-js/lib/utils.js'Params:
| Name | Type | Attribute | Description |
| length | * | ||
| index | * |
Return:
| * |
public ins(x: *) source
import {ins} from 'eggtended-js/lib/utils.js'Params:
| Name | Type | Attribute | Description |
| x | * |
public json2AST(tree: *): * source
import {json2AST} from 'eggtended-js/lib/parser/json2AST.js'Params:
| Name | Type | Attribute | Description |
| tree | * |
Return:
| * |
