Search
Preparing search index...
The search index is not available
@akashic/akashic-engine
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"typings/lib.core.d"
RegExpExecArray
Interface RegExpExecArray
Hierarchy
Array
<
string
>
RegExpExecArray
Indexable
[
n:
number
]:
string
Index
Properties
Array
index
input
length
Methods
concat
every
filter
for
Each
index
Of
join
last
Index
Of
map
pop
push
reduce
reduce
Right
reverse
shift
slice
some
sort
splice
to
Locale
String
to
String
unshift
Properties
Array
Array
:
object
Type declaration
(
arrayLength
?:
number
)
:
any
[]
<T>
(
arrayLength
:
number
)
:
T
[]
<T>
(
...
items
:
T
[]
)
:
T
[]
Parameters
Optional
arrayLength:
number
Returns
any
[]
Type parameters
T
Parameters
arrayLength:
number
Returns
T
[]
Type parameters
T
Parameters
Rest
...
items:
T
[]
Returns
T
[]
constructor
:
function
new __type
(
arrayLength
?:
number
)
:
any
[]
new __type<T>
(
arrayLength
:
number
)
:
T
[]
new __type<T>
(
...
items
:
T
[]
)
:
T
[]
Parameters
Optional
arrayLength:
number
Returns
any
[]
Type parameters
T
Parameters
arrayLength:
number
Returns
T
[]
Type parameters
T
Parameters
Rest
...
items:
T
[]
Returns
T
[]
prototype
:
Array
<
any
>
is
Array
:
function
is
Array
(
arg
:
any
)
:
boolean
Parameters
arg:
any
Returns
boolean
index
index
:
number
input
input
:
string
length
length
:
number
Methods
concat
concat<U>
(
...
items
:
U
[]
)
:
string
[]
concat
(
...
items
:
string
[]
)
:
string
[]
Type parameters
U
:
string
[]
Parameters
Rest
...
items:
U
[]
Returns
string
[]
Parameters
Rest
...
items:
string
[]
Returns
string
[]
every
every
(
callbackfn
:
function
, thisArg
?:
any
)
:
boolean
Parameters
callbackfn:
function
(
value
:
string
, index
:
number
, array
:
string
[]
)
:
boolean
Parameters
value:
string
index:
number
array:
string
[]
Returns
boolean
Optional
thisArg:
any
Returns
boolean
filter
filter
(
callbackfn
:
function
, thisArg
?:
any
)
:
string
[]
Parameters
callbackfn:
function
(
value
:
string
, index
:
number
, array
:
string
[]
)
:
boolean
Parameters
value:
string
index:
number
array:
string
[]
Returns
boolean
Optional
thisArg:
any
Returns
string
[]
for
Each
for
Each
(
callbackfn
:
function
, thisArg
?:
any
)
:
void
Parameters
callbackfn:
function
(
value
:
string
, index
:
number
, array
:
string
[]
)
:
void
Parameters
value:
string
index:
number
array:
string
[]
Returns
void
Optional
thisArg:
any
Returns
void
index
Of
index
Of
(
searchElement
:
string
, fromIndex
?:
number
)
:
number
Parameters
searchElement:
string
Optional
fromIndex:
number
Returns
number
join
join
(
separator
?:
string
)
:
string
Parameters
Optional
separator:
string
Returns
string
last
Index
Of
last
Index
Of
(
searchElement
:
string
, fromIndex
?:
number
)
:
number
Parameters
searchElement:
string
Optional
fromIndex:
number
Returns
number
map
map<U>
(
callbackfn
:
function
, thisArg
?:
any
)
:
U
[]
Type parameters
U
Parameters
callbackfn:
function
(
value
:
string
, index
:
number
, array
:
string
[]
)
:
U
Parameters
value:
string
index:
number
array:
string
[]
Returns
U
Optional
thisArg:
any
Returns
U
[]
pop
pop
(
)
:
string
Returns
string
push
push
(
...
items
:
string
[]
)
:
number
Parameters
Rest
...
items:
string
[]
Returns
number
reduce
reduce
(
callbackfn
:
function
, initialValue
?:
string
)
:
string
reduce<U>
(
callbackfn
:
function
, initialValue
:
U
)
:
U
Parameters
callbackfn:
function
(
previousValue
:
string
, currentValue
:
string
, currentIndex
:
number
, array
:
string
[]
)
:
string
Parameters
previousValue:
string
currentValue:
string
currentIndex:
number
array:
string
[]
Returns
string
Optional
initialValue:
string
Returns
string
Type parameters
U
Parameters
callbackfn:
function
(
previousValue
:
U
, currentValue
:
string
, currentIndex
:
number
, array
:
string
[]
)
:
U
Parameters
previousValue:
U
currentValue:
string
currentIndex:
number
array:
string
[]
Returns
U
initialValue:
U
Returns
U
reduce
Right
reduce
Right
(
callbackfn
:
function
, initialValue
?:
string
)
:
string
reduce
Right<U>
(
callbackfn
:
function
, initialValue
:
U
)
:
U
Parameters
callbackfn:
function
(
previousValue
:
string
, currentValue
:
string
, currentIndex
:
number
, array
:
string
[]
)
:
string
Parameters
previousValue:
string
currentValue:
string
currentIndex:
number
array:
string
[]
Returns
string
Optional
initialValue:
string
Returns
string
Type parameters
U
Parameters
callbackfn:
function
(
previousValue
:
U
, currentValue
:
string
, currentIndex
:
number
, array
:
string
[]
)
:
U
Parameters
previousValue:
U
currentValue:
string
currentIndex:
number
array:
string
[]
Returns
U
initialValue:
U
Returns
U
reverse
reverse
(
)
:
string
[]
Returns
string
[]
shift
shift
(
)
:
string
Returns
string
slice
slice
(
start
?:
number
, end
?:
number
)
:
string
[]
Parameters
Optional
start:
number
Optional
end:
number
Returns
string
[]
some
some
(
callbackfn
:
function
, thisArg
?:
any
)
:
boolean
Parameters
callbackfn:
function
(
value
:
string
, index
:
number
, array
:
string
[]
)
:
boolean
Parameters
value:
string
index:
number
array:
string
[]
Returns
boolean
Optional
thisArg:
any
Returns
boolean
sort
sort
(
compareFn
?:
function
)
:
string
[]
Parameters
Optional
compareFn:
function
(
a
:
string
, b
:
string
)
:
number
Parameters
a:
string
b:
string
Returns
number
Returns
string
[]
splice
splice
(
start
:
number
)
:
string
[]
splice
(
start
:
number
, deleteCount
:
number
,
...
items
:
string
[]
)
:
string
[]
Parameters
start:
number
Returns
string
[]
Parameters
start:
number
deleteCount:
number
Rest
...
items:
string
[]
Returns
string
[]
to
Locale
String
to
Locale
String
(
)
:
string
Returns
string
to
String
to
String
(
)
:
string
Returns
string
unshift
unshift
(
...
items
:
string
[]
)
:
number
Parameters
Rest
...
items:
string
[]
Returns
number
Globals
"lib/main.d"
"typings/console.d"
"typings/lib.core.d"
Array
Boolean
Date
Error
Eval
Error
Function
IArguments
JSON
Math
Number
Object
Property
Descriptor
Property
Descriptor
Map
Range
Error
Reference
Error
Reg
Exp
Reg
Exp
Exec
Array
Array
index
input
length
concat
every
filter
for
Each
index
Of
join
last
Index
Of
map
pop
push
reduce
reduce
Right
reverse
shift
slice
some
sort
splice
to
Locale
String
to
String
unshift
Reg
Exp
Match
Array
String
Syntax
Error
Type
Error
URIError
Infinity
NaN
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
is
Finite
is
NaN
parse
Float
parse
Int
Generated using
TypeDoc