Readonly
[unscopables]
[unscopables]: {
    [unscopables]?: boolean;
    length?: boolean;
    [iterator]?: any;
    at?: any;
    concat?: any;
    copyWithin?: any;
    entries?: any;
    every?: any;
    fill?: any;
    filter?: any;
    find?: any;
    findIndex?: any;
    flat?: any;
    flatMap?: any;
    forEach?: any;
    includes?: any;
    indexOf?: any;
    join?: any;
    keys?: any;
    lastIndexOf?: any;
    map?: any;
    pop?: any;
    push?: any;
    reduce?: any;
    reduceRight?: any;
    reverse?: any;
    shift?: any;
    slice?: any;
    some?: any;
    sort?: any;
    splice?: any;
    toLocaleString?: any;
    toString?: any;
    unshift?: any;
    values?: any;
} = ...
Optional
Readonly
[unscopables]?: booleanOptional
length?: booleanInherited from OrderedCollection.[unscopables]
The number of values in the list.
Overrides OrderedCollection.length
Overrides OrderedCollection.length
Whether null
is a valid value for the collection.
Inherited from OrderedCollection.optional
The name of the type of values.
Inherited from OrderedCollection.type
An iterator that iterates over all the values in the collection.
Inherited from OrderedCollection.[iterator]
Inherited from OrderedCollection.addListener
The element at the given index in the array; undefined
if there is no element at the given index.
Inherited from OrderedCollection.at
Optional
property: stringThe sum.
Inherited from OrderedCollection.avg
A new array with the results of calling a provided function on every element in this array.
Inherited from OrderedCollection.concat
A new array with the results of calling a provided function on every element in this array.
Inherited from OrderedCollection.concat
A string describing the filters applied to this collection.
Inherited from OrderedCollection.description
An iterator with all key/value pairs in the collection.
Inherited from OrderedCollection.entries
Optional
thisArg: anytrue
if the callback function returns a truthy value for every collection element; otherwise, false
.
Inherited from OrderedCollection.every
Optional
thisArg: anytrue
if the callback function returns a truthy value for every collection element; otherwise, false
.
Inherited from OrderedCollection.every
Optional
thisArg: anyA new array containing the elements of the collection for which the predicate
function returned true
.
Inherited from OrderedCollection.filter
Optional
thisArg: anyA new array containing the elements of the collection for which the predicate
function returned true
.
Inherited from OrderedCollection.filter
Rest
...args: unknown[]Results filtered according to the provided query.
Inherited from OrderedCollection.filtered
Optional
thisArg: anyThe value of the first element in the array that satisfies the provided testing function. Otherwise, undefined
is returned.
Inherited from OrderedCollection.find
Optional
thisArg: anyThe value of the first element in the array that satisfies the provided testing function. Otherwise, undefined
is returned.
Inherited from OrderedCollection.find
Optional
thisArg: anyThe index of the first element in the array that satisfies the provided testing function. Otherwise, -1 is returned.
Inherited from OrderedCollection.findIndex
A new array with the sub-array elements concatenated into it.
Inherited from OrderedCollection.flat
A new array with each element being the result of the callback function and flattened to a depth of 1.
Inherited from OrderedCollection.flatMap
Optional
thisArg: anyInherited from OrderedCollection.forEach
Optional
fromIndex: numbertrue
if the searchElement
is found in the array; otherwise, false
.
Inherited from OrderedCollection.includes
Optional
fromIndex: numberThe first index at which a given element can be found in the collection, or -1 if it is not present.
Inherited from OrderedCollection.indexOf
true
if the collection is empty, false
if not.
Inherited from OrderedCollection.isEmpty
true
if the collection can be safely accessed.
Overrides OrderedCollection.isValid
Optional
separator: stringA string representing the elements of the collection.
Inherited from OrderedCollection.join
An iterator with all keys in the collection.
Inherited from OrderedCollection.keys
Optional
fromIndex: numberThe last index at which a given element can be found in the collection, or -1 if it is not present. The collection is searched backwards, starting at fromIndex
.
Inherited from OrderedCollection.lastIndexOf
Optional
thisArg: anyA new array containing the results of calling the callbackfn
function on each element in the collection.
Inherited from OrderedCollection.map
Optional
property: stringThe maximum value.
Inherited from OrderedCollection.max
Optional
property: stringThe minimum value.
Inherited from OrderedCollection.min
The last value or undefined if the list is empty.
Implementation of PartiallyWriteableArray.pop
Rest
...items: T[]The new length of the list after adding the values.
Implementation of PartiallyWriteableArray.push
The value that results from the reduction.
Inherited from OrderedCollection.reduce
The value that results from the reduction.
Inherited from OrderedCollection.reduce
The value that results from the reduction.
Inherited from OrderedCollection.reduce
The value that results from the reduction.
Inherited from OrderedCollection.reduceRight
The value that results from the reduction.
Inherited from OrderedCollection.reduceRight
The value that results from the reduction.
Inherited from OrderedCollection.reduceRight
Inherited from OrderedCollection.removeAllListeners
Inherited from OrderedCollection.removeListener
The first value or undefined
if the list is empty.
Implementation of PartiallyWriteableArray.shift
Optional
start: numberOptional
end: numberA new array containing the elements between the start and end indices.
Inherited from OrderedCollection.slice
Results which will not live update.
Inherited from OrderedCollection.snapshot
Optional
thisArg: anytrue
if the callback function returns a truthy value for any collection element; otherwise, false
.
Inherited from OrderedCollection.some
Optional
reverse: booleanResults sorted according to the arguments passed in.
Inherited from OrderedCollection.sorted
Results sorted according to the arguments passed in.
Inherited from OrderedCollection.sorted
Optional
reverse: booleanResults sorted according to the arguments passed in.
Inherited from OrderedCollection.sorted
Optional
deleteCount: numberAn array containing the value that were removed from the list. The array is empty if no value were removed.
Implementation of PartiallyWriteableArray.splice
Rest
...items: T[]An array containing the value that were removed from the list. The array is empty if no value were removed.
Implementation of PartiallyWriteableArray.splice
Optional
property: stringThe sum.
Inherited from OrderedCollection.sum
An array of plain objects.
Inherited from OrderedCollection.toJSON
A localized string representation of the collection.
Inherited from OrderedCollection.toLocaleString
A string representation of the collection.
Inherited from OrderedCollection.toString
Rest
...items: T[]The new length of the list after adding the values.
Implementation of PartiallyWriteableArray.unshift
An iterator with all values in the collection.
Inherited from OrderedCollection.values
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4