manifesto.js 4.2.21 → 4.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/dist-commonjs/AnnotationList.js.map +1 -1
- package/dist-commonjs/Canvas.js +4 -5
- package/dist-commonjs/Canvas.js.map +1 -1
- package/dist-commonjs/Collection.js.map +1 -1
- package/dist-commonjs/Duration.js.map +1 -1
- package/dist-commonjs/IIIFResource.js +1 -1
- package/dist-commonjs/IIIFResource.js.map +1 -1
- package/dist-commonjs/Manifest.js +1 -2
- package/dist-commonjs/Manifest.js.map +1 -1
- package/dist-commonjs/PropertyValue.js.map +1 -1
- package/dist-commonjs/Range.js.map +1 -1
- package/dist-commonjs/Sequence.js.map +1 -1
- package/dist-commonjs/Serialisation.js.map +1 -1
- package/dist-commonjs/Utils.d.ts +1 -1
- package/dist-commonjs/Utils.js.map +1 -1
- package/dist-esmodule/Annotation.js +1 -1
- package/dist-esmodule/Annotation.js.map +1 -1
- package/dist-esmodule/AnnotationList.js +1 -1
- package/dist-esmodule/AnnotationList.js.map +1 -1
- package/dist-esmodule/Canvas.js +6 -7
- package/dist-esmodule/Canvas.js.map +1 -1
- package/dist-esmodule/Collection.js +2 -2
- package/dist-esmodule/Collection.js.map +1 -1
- package/dist-esmodule/Duration.js.map +1 -1
- package/dist-esmodule/IIIFResource.js +3 -3
- package/dist-esmodule/IIIFResource.js.map +1 -1
- package/dist-esmodule/Manifest.js +3 -4
- package/dist-esmodule/Manifest.js.map +1 -1
- package/dist-esmodule/ManifestResource.js +2 -2
- package/dist-esmodule/ManifestResource.js.map +1 -1
- package/dist-esmodule/PropertyValue.js.map +1 -1
- package/dist-esmodule/Range.js +2 -2
- package/dist-esmodule/Range.js.map +1 -1
- package/dist-esmodule/Resource.js +1 -1
- package/dist-esmodule/Resource.js.map +1 -1
- package/dist-esmodule/Sequence.js +1 -1
- package/dist-esmodule/Sequence.js.map +1 -1
- package/dist-esmodule/Serialisation.js +1 -1
- package/dist-esmodule/Serialisation.js.map +1 -1
- package/dist-esmodule/Utils.d.ts +1 -1
- package/dist-esmodule/Utils.js +3 -3
- package/dist-esmodule/Utils.js.map +1 -1
- package/dist-umd/manifesto.js +1 -1
- package/dist-var/manifesto.js +1 -1
- package/docs/assets/hierarchy.js +1 -0
- package/docs/assets/highlight.css +64 -0
- package/docs/assets/icons.js +18 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +60 -0
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1633 -0
- package/docs/classes/Annotation.html +29 -0
- package/docs/classes/AnnotationBody.html +28 -0
- package/docs/classes/AnnotationList.html +13 -0
- package/docs/classes/AnnotationPage.html +25 -0
- package/docs/classes/Canvas.html +52 -0
- package/docs/classes/Collection.html +55 -0
- package/docs/classes/Deserialiser.html +10 -0
- package/docs/classes/Duration.html +5 -0
- package/docs/classes/IIIFResource.html +41 -0
- package/docs/classes/JSONLDResource.html +6 -0
- package/docs/classes/LabelValuePair.html +12 -0
- package/docs/classes/LanguageMap.html +199 -0
- package/docs/classes/LocalizedValue.html +21 -0
- package/docs/classes/Manifest.html +58 -0
- package/docs/classes/ManifestResource.html +24 -0
- package/docs/classes/PropertyValue.html +216 -0
- package/docs/classes/Range.html +37 -0
- package/docs/classes/Rendering.html +25 -0
- package/docs/classes/Resource.html +32 -0
- package/docs/classes/Sequence.html +48 -0
- package/docs/classes/Service.html +32 -0
- package/docs/classes/Size.html +4 -0
- package/docs/classes/Thumb.html +10 -0
- package/docs/classes/Thumbnail.html +32 -0
- package/docs/classes/TreeNode.html +14 -0
- package/docs/classes/Utils.html +39 -0
- package/docs/enums/ManifestType.html +4 -0
- package/docs/enums/StatusCode.html +5 -0
- package/docs/enums/TreeNodeType.html +4 -0
- package/docs/hierarchy.html +1 -0
- package/docs/index.html +22 -274
- package/docs/interfaces/IAccessToken.html +6 -0
- package/docs/interfaces/IExternalImageResourceData.html +8 -0
- package/docs/interfaces/IExternalResource.html +22 -0
- package/docs/interfaces/IExternalResourceData.html +6 -0
- package/docs/interfaces/IExternalResourceOptions.html +2 -0
- package/docs/interfaces/IManifestoOptions.html +7 -0
- package/docs/modules.html +1 -0
- package/docs/variables/loadManifest.html +1 -0
- package/docs/variables/parseManifest.html +1 -0
- package/eslint.config.cjs +25 -0
- package/package.json +24 -20
- package/pkg-tests/node-umd.js +3 -0
- package/tsconfig.docs.json +13 -0
- package/types/index.d.ts +1 -1
- package/docs/assets/css/main.css +0 -865
- package/docs/assets/css/main.css.map +0 -7
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +0 -5
- package/docs/assets/js/search.js +0 -3
- package/docs/classes/_annotation_.annotation.html +0 -809
- package/docs/classes/_annotationbody_.annotationbody.html +0 -788
- package/docs/classes/_annotationlist_.annotationlist.html +0 -443
- package/docs/classes/_annotationpage_.annotationpage.html +0 -719
- package/docs/classes/_canvas_.canvas.html +0 -1049
- package/docs/classes/_collection_.collection.html +0 -1286
- package/docs/classes/_duration_.duration.html +0 -284
- package/docs/classes/_iiifresource_.iiifresource.html +0 -995
- package/docs/classes/_jsonldresource_.jsonldresource.html +0 -309
- package/docs/classes/_labelvaluepair_.labelvaluepair.html +0 -417
- package/docs/classes/_language_.language.html +0 -255
- package/docs/classes/_languagemap_.languagemap.html +0 -2050
- package/docs/classes/_manifest_.manifest.html +0 -1482
- package/docs/classes/_manifestresource_.manifestresource.html +0 -710
- package/docs/classes/_range_.range.html +0 -1004
- package/docs/classes/_rendering_.rendering.html +0 -719
- package/docs/classes/_resource_.resource.html +0 -876
- package/docs/classes/_sequence_.sequence.html +0 -1308
- package/docs/classes/_serialisation_.deserialiser.html +0 -438
- package/docs/classes/_service_.service.html +0 -884
- package/docs/classes/_size_.size.html +0 -255
- package/docs/classes/_thumb_.thumb.html +0 -325
- package/docs/classes/_thumbnail_.thumbnail.html +0 -876
- package/docs/classes/_treenode_.treenode.html +0 -437
- package/docs/classes/_utils_.utils.html +0 -2045
- package/docs/enums/_manifesttype_.manifesttype.html +0 -223
- package/docs/enums/_statuscode_.statuscode.html +0 -237
- package/docs/enums/_treenodetype_.treenodetype.html +0 -223
- package/docs/globals.html +0 -300
- package/docs/interfaces/_iaccesstoken_.iaccesstoken.html +0 -259
- package/docs/interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html +0 -282
- package/docs/interfaces/_iexternalresource_.iexternalresource.html +0 -518
- package/docs/interfaces/_iexternalresourcedata_.iexternalresourcedata.html +0 -250
- package/docs/interfaces/_iexternalresourceoptions_.iexternalresourceoptions.html +0 -203
- package/docs/interfaces/_imanifestooptions_.imanifestooptions.html +0 -273
- package/docs/modules/_annotation_.html +0 -170
- package/docs/modules/_annotationbody_.html +0 -170
- package/docs/modules/_annotationlist_.html +0 -170
- package/docs/modules/_annotationpage_.html +0 -170
- package/docs/modules/_canvas_.html +0 -170
- package/docs/modules/_collection_.html +0 -170
- package/docs/modules/_duration_.html +0 -170
- package/docs/modules/_iaccesstoken_.html +0 -170
- package/docs/modules/_iexternalimageresourcedata_.html +0 -170
- package/docs/modules/_iexternalresource_.html +0 -170
- package/docs/modules/_iexternalresourcedata_.html +0 -170
- package/docs/modules/_iexternalresourceoptions_.html +0 -170
- package/docs/modules/_iiifresource_.html +0 -170
- package/docs/modules/_imanifestooptions_.html +0 -170
- package/docs/modules/_index_.__global.html +0 -180
- package/docs/modules/_index_.__global.manifesto.html +0 -245
- package/docs/modules/_index_.html +0 -240
- package/docs/modules/_jsonldresource_.html +0 -170
- package/docs/modules/_labelvaluepair_.html +0 -170
- package/docs/modules/_language_.html +0 -170
- package/docs/modules/_languagemap_.html +0 -170
- package/docs/modules/_manifest_.html +0 -170
- package/docs/modules/_manifestresource_.html +0 -170
- package/docs/modules/_manifesttype_.html +0 -170
- package/docs/modules/_range_.html +0 -170
- package/docs/modules/_rendering_.html +0 -170
- package/docs/modules/_resource_.html +0 -170
- package/docs/modules/_sequence_.html +0 -170
- package/docs/modules/_serialisation_.html +0 -170
- package/docs/modules/_service_.html +0 -170
- package/docs/modules/_size_.html +0 -170
- package/docs/modules/_statuscode_.html +0 -170
- package/docs/modules/_thumb_.html +0 -170
- package/docs/modules/_thumbnail_.html +0 -170
- package/docs/modules/_treenode_.html +0 -170
- package/docs/modules/_treenodetype_.html +0 -170
- package/docs/modules/_utils_.html +0 -220
- package/tslint.json +0 -40
|
@@ -1,2050 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>LanguageMap | manifesto</title>
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<header>
|
|
13
|
-
<div class="tsd-page-toolbar">
|
|
14
|
-
<div class="container">
|
|
15
|
-
<div class="table-wrap">
|
|
16
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
|
17
|
-
<div class="field">
|
|
18
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
-
<input id="tsd-search-field" type="text" />
|
|
20
|
-
</div>
|
|
21
|
-
<ul class="results">
|
|
22
|
-
<li class="state loading">Preparing search index...</li>
|
|
23
|
-
<li class="state failure">The search index is not available</li>
|
|
24
|
-
</ul>
|
|
25
|
-
<a href="../index.html" class="title">manifesto</a>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="table-cell" id="tsd-widgets">
|
|
28
|
-
<div id="tsd-filter">
|
|
29
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
-
<div class="tsd-filter-group">
|
|
31
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
-
<span class="tsd-select-label">All</span>
|
|
33
|
-
<ul class="tsd-select-list">
|
|
34
|
-
<li data-value="public">Public</li>
|
|
35
|
-
<li data-value="protected">Public/Protected</li>
|
|
36
|
-
<li data-value="private" class="selected">All</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</div>
|
|
39
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
42
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
43
|
-
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
44
|
-
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="tsd-page-title">
|
|
53
|
-
<div class="container">
|
|
54
|
-
<ul class="tsd-breadcrumb">
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../globals.html">Globals</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="../modules/_languagemap_.html">"LanguageMap"</a>
|
|
60
|
-
</li>
|
|
61
|
-
<li>
|
|
62
|
-
<a href="_languagemap_.languagemap.html">LanguageMap</a>
|
|
63
|
-
</li>
|
|
64
|
-
</ul>
|
|
65
|
-
<h1>Class LanguageMap</h1>
|
|
66
|
-
</div>
|
|
67
|
-
</div>
|
|
68
|
-
</header>
|
|
69
|
-
<div class="container container-main">
|
|
70
|
-
<div class="row">
|
|
71
|
-
<div class="col-8 col-content">
|
|
72
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
73
|
-
<h3>Hierarchy</h3>
|
|
74
|
-
<ul class="tsd-hierarchy">
|
|
75
|
-
<li>
|
|
76
|
-
<span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol"><</span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">></span>
|
|
77
|
-
<ul class="tsd-hierarchy">
|
|
78
|
-
<li>
|
|
79
|
-
<span class="target">LanguageMap</span>
|
|
80
|
-
</li>
|
|
81
|
-
</ul>
|
|
82
|
-
</li>
|
|
83
|
-
</ul>
|
|
84
|
-
</section>
|
|
85
|
-
<section class="tsd-panel tsd-kind-class tsd-parent-kind-external-module">
|
|
86
|
-
<h3 class="tsd-before-signature">Indexable</h3>
|
|
87
|
-
<div class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">[</span>n: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></div>
|
|
88
|
-
</section>
|
|
89
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
90
|
-
<h2>Index</h2>
|
|
91
|
-
<section class="tsd-panel tsd-index-panel">
|
|
92
|
-
<div class="tsd-index-content">
|
|
93
|
-
<section class="tsd-index-section ">
|
|
94
|
-
<h3>Properties</h3>
|
|
95
|
-
<ul class="tsd-index-list">
|
|
96
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#length" class="tsd-kind-icon">length</a></li>
|
|
97
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="_languagemap_.languagemap.html#array" class="tsd-kind-icon">Array</a></li>
|
|
98
|
-
</ul>
|
|
99
|
-
</section>
|
|
100
|
-
<section class="tsd-index-section ">
|
|
101
|
-
<h3>Methods</h3>
|
|
102
|
-
<ul class="tsd-index-list">
|
|
103
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#___iterator" class="tsd-kind-icon">__@iterator</a></li>
|
|
104
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#___unscopables" class="tsd-kind-icon">__@unscopables</a></li>
|
|
105
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#concat" class="tsd-kind-icon">concat</a></li>
|
|
106
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#copywithin" class="tsd-kind-icon">copy<wbr>Within</a></li>
|
|
107
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#entries" class="tsd-kind-icon">entries</a></li>
|
|
108
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#every" class="tsd-kind-icon">every</a></li>
|
|
109
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#fill" class="tsd-kind-icon">fill</a></li>
|
|
110
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="_languagemap_.languagemap.html#filter" class="tsd-kind-icon">filter</a></li>
|
|
111
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="_languagemap_.languagemap.html#find" class="tsd-kind-icon">find</a></li>
|
|
112
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#findindex" class="tsd-kind-icon">find<wbr>Index</a></li>
|
|
113
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#foreach" class="tsd-kind-icon">for<wbr>Each</a></li>
|
|
114
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#indexof" class="tsd-kind-icon">index<wbr>Of</a></li>
|
|
115
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#join" class="tsd-kind-icon">join</a></li>
|
|
116
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#keys" class="tsd-kind-icon">keys</a></li>
|
|
117
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#lastindexof" class="tsd-kind-icon">last<wbr>Index<wbr>Of</a></li>
|
|
118
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="_languagemap_.languagemap.html#map" class="tsd-kind-icon">map</a></li>
|
|
119
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#pop" class="tsd-kind-icon">pop</a></li>
|
|
120
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#push" class="tsd-kind-icon">push</a></li>
|
|
121
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="_languagemap_.languagemap.html#reduce" class="tsd-kind-icon">reduce</a></li>
|
|
122
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="_languagemap_.languagemap.html#reduceright" class="tsd-kind-icon">reduce<wbr>Right</a></li>
|
|
123
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#reverse" class="tsd-kind-icon">reverse</a></li>
|
|
124
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#shift" class="tsd-kind-icon">shift</a></li>
|
|
125
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#slice" class="tsd-kind-icon">slice</a></li>
|
|
126
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#some" class="tsd-kind-icon">some</a></li>
|
|
127
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#sort" class="tsd-kind-icon">sort</a></li>
|
|
128
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#splice" class="tsd-kind-icon">splice</a></li>
|
|
129
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#tolocalestring" class="tsd-kind-icon">to<wbr>Locale<wbr>String</a></li>
|
|
130
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#tostring" class="tsd-kind-icon">to<wbr>String</a></li>
|
|
131
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#unshift" class="tsd-kind-icon">unshift</a></li>
|
|
132
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_languagemap_.languagemap.html#values" class="tsd-kind-icon">values</a></li>
|
|
133
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="_languagemap_.languagemap.html#getvalue" class="tsd-kind-icon">get<wbr>Value</a></li>
|
|
134
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="_languagemap_.languagemap.html#parse" class="tsd-kind-icon">parse</a></li>
|
|
135
|
-
</ul>
|
|
136
|
-
</section>
|
|
137
|
-
</div>
|
|
138
|
-
</section>
|
|
139
|
-
</section>
|
|
140
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
141
|
-
<h2>Properties</h2>
|
|
142
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
143
|
-
<a name="length" class="tsd-anchor"></a>
|
|
144
|
-
<h3>length</h3>
|
|
145
|
-
<div class="tsd-signature tsd-kind-icon">length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
146
|
-
<aside class="tsd-sources">
|
|
147
|
-
<p>Inherited from Array.length</p>
|
|
148
|
-
<ul>
|
|
149
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1199</li>
|
|
150
|
-
</ul>
|
|
151
|
-
</aside>
|
|
152
|
-
<div class="tsd-comment tsd-typography">
|
|
153
|
-
<div class="lead">
|
|
154
|
-
<p>Gets or sets the length of the array. This is a number one higher than the highest element defined in an array.</p>
|
|
155
|
-
</div>
|
|
156
|
-
</div>
|
|
157
|
-
</section>
|
|
158
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static">
|
|
159
|
-
<a name="array" class="tsd-anchor"></a>
|
|
160
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> Array</h3>
|
|
161
|
-
<div class="tsd-signature tsd-kind-icon">Array<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ArrayConstructor</span></div>
|
|
162
|
-
<aside class="tsd-sources">
|
|
163
|
-
<ul>
|
|
164
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1358</li>
|
|
165
|
-
</ul>
|
|
166
|
-
</aside>
|
|
167
|
-
</section>
|
|
168
|
-
</section>
|
|
169
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
170
|
-
<h2>Methods</h2>
|
|
171
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
172
|
-
<a name="___iterator" class="tsd-anchor"></a>
|
|
173
|
-
<h3>__@iterator</h3>
|
|
174
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
175
|
-
<li class="tsd-signature tsd-kind-icon">__@iterator<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">></span></li>
|
|
176
|
-
</ul>
|
|
177
|
-
<ul class="tsd-descriptions">
|
|
178
|
-
<li class="tsd-description">
|
|
179
|
-
<aside class="tsd-sources">
|
|
180
|
-
<p>Inherited from Array.[Symbol.iterator]</p>
|
|
181
|
-
<ul>
|
|
182
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.iterable.d.ts:52</li>
|
|
183
|
-
</ul>
|
|
184
|
-
</aside>
|
|
185
|
-
<div class="tsd-comment tsd-typography">
|
|
186
|
-
<div class="lead">
|
|
187
|
-
<p>Iterator</p>
|
|
188
|
-
</div>
|
|
189
|
-
</div>
|
|
190
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">></span></h4>
|
|
191
|
-
</li>
|
|
192
|
-
</ul>
|
|
193
|
-
</section>
|
|
194
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
195
|
-
<a name="___unscopables" class="tsd-anchor"></a>
|
|
196
|
-
<h3>__@unscopables</h3>
|
|
197
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
198
|
-
<li class="tsd-signature tsd-kind-icon">__@unscopables<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span></li>
|
|
199
|
-
</ul>
|
|
200
|
-
<ul class="tsd-descriptions">
|
|
201
|
-
<li class="tsd-description">
|
|
202
|
-
<aside class="tsd-sources">
|
|
203
|
-
<p>Inherited from Array.[Symbol.unscopables]</p>
|
|
204
|
-
<ul>
|
|
205
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts:94</li>
|
|
206
|
-
</ul>
|
|
207
|
-
</aside>
|
|
208
|
-
<div class="tsd-comment tsd-typography">
|
|
209
|
-
<div class="lead">
|
|
210
|
-
<p>Returns an object whose properties have the value 'true'
|
|
211
|
-
when they will be absent when used in a 'with' statement.</p>
|
|
212
|
-
</div>
|
|
213
|
-
</div>
|
|
214
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
|
|
215
|
-
<ul class="tsd-parameters">
|
|
216
|
-
<li class="tsd-parameter">
|
|
217
|
-
<h5>copy<wbr>Within<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
218
|
-
</li>
|
|
219
|
-
<li class="tsd-parameter">
|
|
220
|
-
<h5>entries<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
221
|
-
</li>
|
|
222
|
-
<li class="tsd-parameter">
|
|
223
|
-
<h5>fill<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
224
|
-
</li>
|
|
225
|
-
<li class="tsd-parameter">
|
|
226
|
-
<h5>find<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
227
|
-
</li>
|
|
228
|
-
<li class="tsd-parameter">
|
|
229
|
-
<h5>find<wbr>Index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
230
|
-
</li>
|
|
231
|
-
<li class="tsd-parameter">
|
|
232
|
-
<h5>keys<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
233
|
-
</li>
|
|
234
|
-
<li class="tsd-parameter">
|
|
235
|
-
<h5>values<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
236
|
-
</li>
|
|
237
|
-
</ul>
|
|
238
|
-
</li>
|
|
239
|
-
</ul>
|
|
240
|
-
</section>
|
|
241
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
242
|
-
<a name="concat" class="tsd-anchor"></a>
|
|
243
|
-
<h3>concat</h3>
|
|
244
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
245
|
-
<li class="tsd-signature tsd-kind-icon">concat<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>items<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ConcatArray</span><span class="tsd-signature-symbol"><</span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></li>
|
|
246
|
-
<li class="tsd-signature tsd-kind-icon">concat<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>items<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ConcatArray</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></li>
|
|
247
|
-
</ul>
|
|
248
|
-
<ul class="tsd-descriptions">
|
|
249
|
-
<li class="tsd-description">
|
|
250
|
-
<aside class="tsd-sources">
|
|
251
|
-
<p>Inherited from Array.concat</p>
|
|
252
|
-
<ul>
|
|
253
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1221</li>
|
|
254
|
-
</ul>
|
|
255
|
-
</aside>
|
|
256
|
-
<div class="tsd-comment tsd-typography">
|
|
257
|
-
<div class="lead">
|
|
258
|
-
<p>Combines two or more arrays.</p>
|
|
259
|
-
</div>
|
|
260
|
-
</div>
|
|
261
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
262
|
-
<ul class="tsd-parameters">
|
|
263
|
-
<li>
|
|
264
|
-
<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>items: <span class="tsd-signature-type">ConcatArray</span><span class="tsd-signature-symbol"><</span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">[]</span></h5>
|
|
265
|
-
<div class="tsd-comment tsd-typography">
|
|
266
|
-
<p>Additional items to add to the end of array1.</p>
|
|
267
|
-
</div>
|
|
268
|
-
</li>
|
|
269
|
-
</ul>
|
|
270
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
271
|
-
</li>
|
|
272
|
-
<li class="tsd-description">
|
|
273
|
-
<aside class="tsd-sources">
|
|
274
|
-
<p>Inherited from Array.concat</p>
|
|
275
|
-
<ul>
|
|
276
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1226</li>
|
|
277
|
-
</ul>
|
|
278
|
-
</aside>
|
|
279
|
-
<div class="tsd-comment tsd-typography">
|
|
280
|
-
<div class="lead">
|
|
281
|
-
<p>Combines two or more arrays.</p>
|
|
282
|
-
</div>
|
|
283
|
-
</div>
|
|
284
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
285
|
-
<ul class="tsd-parameters">
|
|
286
|
-
<li>
|
|
287
|
-
<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>items: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ConcatArray</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
288
|
-
<div class="tsd-comment tsd-typography">
|
|
289
|
-
<p>Additional items to add to the end of array1.</p>
|
|
290
|
-
</div>
|
|
291
|
-
</li>
|
|
292
|
-
</ul>
|
|
293
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
294
|
-
</li>
|
|
295
|
-
</ul>
|
|
296
|
-
</section>
|
|
297
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
298
|
-
<a name="copywithin" class="tsd-anchor"></a>
|
|
299
|
-
<h3>copy<wbr>Within</h3>
|
|
300
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
301
|
-
<li class="tsd-signature tsd-kind-icon">copy<wbr>Within<span class="tsd-signature-symbol">(</span>target<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, start<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, end<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span></li>
|
|
302
|
-
</ul>
|
|
303
|
-
<ul class="tsd-descriptions">
|
|
304
|
-
<li class="tsd-description">
|
|
305
|
-
<aside class="tsd-sources">
|
|
306
|
-
<p>Inherited from Array.copyWithin</p>
|
|
307
|
-
<ul>
|
|
308
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.core.d.ts:64</li>
|
|
309
|
-
</ul>
|
|
310
|
-
</aside>
|
|
311
|
-
<div class="tsd-comment tsd-typography">
|
|
312
|
-
<div class="lead">
|
|
313
|
-
<p>Returns the this object after copying a section of the array identified by start and end
|
|
314
|
-
to the same array starting at position target</p>
|
|
315
|
-
</div>
|
|
316
|
-
</div>
|
|
317
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
318
|
-
<ul class="tsd-parameters">
|
|
319
|
-
<li>
|
|
320
|
-
<h5>target: <span class="tsd-signature-type">number</span></h5>
|
|
321
|
-
<div class="tsd-comment tsd-typography">
|
|
322
|
-
<p>If target is negative, it is treated as length+target where length is the
|
|
323
|
-
length of the array.</p>
|
|
324
|
-
</div>
|
|
325
|
-
</li>
|
|
326
|
-
<li>
|
|
327
|
-
<h5>start: <span class="tsd-signature-type">number</span></h5>
|
|
328
|
-
<div class="tsd-comment tsd-typography">
|
|
329
|
-
<p>If start is negative, it is treated as length+start. If end is negative, it
|
|
330
|
-
is treated as length+end.</p>
|
|
331
|
-
</div>
|
|
332
|
-
</li>
|
|
333
|
-
<li>
|
|
334
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> end: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
335
|
-
<div class="tsd-comment tsd-typography">
|
|
336
|
-
<p>If not specified, length of the this object is used as its default value.</p>
|
|
337
|
-
</div>
|
|
338
|
-
</li>
|
|
339
|
-
</ul>
|
|
340
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4>
|
|
341
|
-
</li>
|
|
342
|
-
</ul>
|
|
343
|
-
</section>
|
|
344
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
345
|
-
<a name="entries" class="tsd-anchor"></a>
|
|
346
|
-
<h3>entries</h3>
|
|
347
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
348
|
-
<li class="tsd-signature tsd-kind-icon">entries<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span></li>
|
|
349
|
-
</ul>
|
|
350
|
-
<ul class="tsd-descriptions">
|
|
351
|
-
<li class="tsd-description">
|
|
352
|
-
<aside class="tsd-sources">
|
|
353
|
-
<p>Inherited from Array.entries</p>
|
|
354
|
-
<ul>
|
|
355
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.iterable.d.ts:57</li>
|
|
356
|
-
</ul>
|
|
357
|
-
</aside>
|
|
358
|
-
<div class="tsd-comment tsd-typography">
|
|
359
|
-
<div class="lead">
|
|
360
|
-
<p>Returns an iterable of key, value pairs for every entry in the array</p>
|
|
361
|
-
</div>
|
|
362
|
-
</div>
|
|
363
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span></h4>
|
|
364
|
-
</li>
|
|
365
|
-
</ul>
|
|
366
|
-
</section>
|
|
367
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
368
|
-
<a name="every" class="tsd-anchor"></a>
|
|
369
|
-
<h3>every</h3>
|
|
370
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
371
|
-
<li class="tsd-signature tsd-kind-icon">every<span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
372
|
-
</ul>
|
|
373
|
-
<ul class="tsd-descriptions">
|
|
374
|
-
<li class="tsd-description">
|
|
375
|
-
<aside class="tsd-sources">
|
|
376
|
-
<p>Inherited from Array.every</p>
|
|
377
|
-
<ul>
|
|
378
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1286</li>
|
|
379
|
-
</ul>
|
|
380
|
-
</aside>
|
|
381
|
-
<div class="tsd-comment tsd-typography">
|
|
382
|
-
<div class="lead">
|
|
383
|
-
<p>Determines whether all the members of an array satisfy the specified test.</p>
|
|
384
|
-
</div>
|
|
385
|
-
</div>
|
|
386
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
387
|
-
<ul class="tsd-parameters">
|
|
388
|
-
<li>
|
|
389
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
390
|
-
<div class="tsd-comment tsd-typography">
|
|
391
|
-
<p>A function that accepts up to three arguments. The every method calls the callbackfn function for each element in array1 until the callbackfn returns false, or until the end of the array.</p>
|
|
392
|
-
</div>
|
|
393
|
-
<ul class="tsd-parameters">
|
|
394
|
-
<li class="tsd-parameter-siganture">
|
|
395
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
396
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
397
|
-
</ul>
|
|
398
|
-
<ul class="tsd-descriptions">
|
|
399
|
-
<li class="tsd-description">
|
|
400
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
401
|
-
<ul class="tsd-parameters">
|
|
402
|
-
<li>
|
|
403
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
404
|
-
</li>
|
|
405
|
-
<li>
|
|
406
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
407
|
-
</li>
|
|
408
|
-
<li>
|
|
409
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
410
|
-
</li>
|
|
411
|
-
</ul>
|
|
412
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
413
|
-
</li>
|
|
414
|
-
</ul>
|
|
415
|
-
</li>
|
|
416
|
-
</ul>
|
|
417
|
-
</li>
|
|
418
|
-
<li>
|
|
419
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
420
|
-
<div class="tsd-comment tsd-typography">
|
|
421
|
-
<p>An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.</p>
|
|
422
|
-
</div>
|
|
423
|
-
</li>
|
|
424
|
-
</ul>
|
|
425
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
426
|
-
</li>
|
|
427
|
-
</ul>
|
|
428
|
-
</section>
|
|
429
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
430
|
-
<a name="fill" class="tsd-anchor"></a>
|
|
431
|
-
<h3>fill</h3>
|
|
432
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
433
|
-
<li class="tsd-signature tsd-kind-icon">fill<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, start<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span>, end<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span></li>
|
|
434
|
-
</ul>
|
|
435
|
-
<ul class="tsd-descriptions">
|
|
436
|
-
<li class="tsd-description">
|
|
437
|
-
<aside class="tsd-sources">
|
|
438
|
-
<p>Inherited from Array.fill</p>
|
|
439
|
-
<ul>
|
|
440
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.core.d.ts:53</li>
|
|
441
|
-
</ul>
|
|
442
|
-
</aside>
|
|
443
|
-
<div class="tsd-comment tsd-typography">
|
|
444
|
-
<div class="lead">
|
|
445
|
-
<p>Returns the this object after filling the section identified by start and end with value</p>
|
|
446
|
-
</div>
|
|
447
|
-
</div>
|
|
448
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
449
|
-
<ul class="tsd-parameters">
|
|
450
|
-
<li>
|
|
451
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
452
|
-
<div class="tsd-comment tsd-typography">
|
|
453
|
-
<p>value to fill array section with</p>
|
|
454
|
-
</div>
|
|
455
|
-
</li>
|
|
456
|
-
<li>
|
|
457
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> start: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
458
|
-
<div class="tsd-comment tsd-typography">
|
|
459
|
-
<p>index to start filling the array at. If start is negative, it is treated as
|
|
460
|
-
length+start where length is the length of the array.</p>
|
|
461
|
-
</div>
|
|
462
|
-
</li>
|
|
463
|
-
<li>
|
|
464
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> end: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
465
|
-
<div class="tsd-comment tsd-typography">
|
|
466
|
-
<p>index to stop filling the array at. If end is negative, it is treated as
|
|
467
|
-
length+end.</p>
|
|
468
|
-
</div>
|
|
469
|
-
</li>
|
|
470
|
-
</ul>
|
|
471
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4>
|
|
472
|
-
</li>
|
|
473
|
-
</ul>
|
|
474
|
-
</section>
|
|
475
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
476
|
-
<a name="filter" class="tsd-anchor"></a>
|
|
477
|
-
<h3>filter</h3>
|
|
478
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
479
|
-
<li class="tsd-signature tsd-kind-icon">filter<S><span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">S</span><span class="tsd-signature-symbol">[]</span></li>
|
|
480
|
-
<li class="tsd-signature tsd-kind-icon">filter<span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></li>
|
|
481
|
-
</ul>
|
|
482
|
-
<ul class="tsd-descriptions">
|
|
483
|
-
<li class="tsd-description">
|
|
484
|
-
<aside class="tsd-sources">
|
|
485
|
-
<p>Inherited from Array.filter</p>
|
|
486
|
-
<ul>
|
|
487
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1310</li>
|
|
488
|
-
</ul>
|
|
489
|
-
</aside>
|
|
490
|
-
<div class="tsd-comment tsd-typography">
|
|
491
|
-
<div class="lead">
|
|
492
|
-
<p>Returns the elements of an array that meet the condition specified in a callback function.</p>
|
|
493
|
-
</div>
|
|
494
|
-
</div>
|
|
495
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
496
|
-
<ul class="tsd-type-parameters">
|
|
497
|
-
<li>
|
|
498
|
-
<h4>S<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
499
|
-
</li>
|
|
500
|
-
</ul>
|
|
501
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
502
|
-
<ul class="tsd-parameters">
|
|
503
|
-
<li>
|
|
504
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
505
|
-
<div class="tsd-comment tsd-typography">
|
|
506
|
-
<p>A function that accepts up to three arguments. The filter method calls the callbackfn function one time for each element in the array.</p>
|
|
507
|
-
</div>
|
|
508
|
-
<ul class="tsd-parameters">
|
|
509
|
-
<li class="tsd-parameter-siganture">
|
|
510
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
511
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
512
|
-
</ul>
|
|
513
|
-
<ul class="tsd-descriptions">
|
|
514
|
-
<li class="tsd-description">
|
|
515
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
516
|
-
<ul class="tsd-parameters">
|
|
517
|
-
<li>
|
|
518
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
519
|
-
</li>
|
|
520
|
-
<li>
|
|
521
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
522
|
-
</li>
|
|
523
|
-
<li>
|
|
524
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
525
|
-
</li>
|
|
526
|
-
</ul>
|
|
527
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
528
|
-
</li>
|
|
529
|
-
</ul>
|
|
530
|
-
</li>
|
|
531
|
-
</ul>
|
|
532
|
-
</li>
|
|
533
|
-
<li>
|
|
534
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
535
|
-
<div class="tsd-comment tsd-typography">
|
|
536
|
-
<p>An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.</p>
|
|
537
|
-
</div>
|
|
538
|
-
</li>
|
|
539
|
-
</ul>
|
|
540
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">S</span><span class="tsd-signature-symbol">[]</span></h4>
|
|
541
|
-
</li>
|
|
542
|
-
<li class="tsd-description">
|
|
543
|
-
<aside class="tsd-sources">
|
|
544
|
-
<p>Inherited from Array.filter</p>
|
|
545
|
-
<ul>
|
|
546
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1316</li>
|
|
547
|
-
</ul>
|
|
548
|
-
</aside>
|
|
549
|
-
<div class="tsd-comment tsd-typography">
|
|
550
|
-
<div class="lead">
|
|
551
|
-
<p>Returns the elements of an array that meet the condition specified in a callback function.</p>
|
|
552
|
-
</div>
|
|
553
|
-
</div>
|
|
554
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
555
|
-
<ul class="tsd-parameters">
|
|
556
|
-
<li>
|
|
557
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
558
|
-
<div class="tsd-comment tsd-typography">
|
|
559
|
-
<p>A function that accepts up to three arguments. The filter method calls the callbackfn function one time for each element in the array.</p>
|
|
560
|
-
</div>
|
|
561
|
-
<ul class="tsd-parameters">
|
|
562
|
-
<li class="tsd-parameter-siganture">
|
|
563
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
564
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
565
|
-
</ul>
|
|
566
|
-
<ul class="tsd-descriptions">
|
|
567
|
-
<li class="tsd-description">
|
|
568
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
569
|
-
<ul class="tsd-parameters">
|
|
570
|
-
<li>
|
|
571
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
572
|
-
</li>
|
|
573
|
-
<li>
|
|
574
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
575
|
-
</li>
|
|
576
|
-
<li>
|
|
577
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
578
|
-
</li>
|
|
579
|
-
</ul>
|
|
580
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
581
|
-
</li>
|
|
582
|
-
</ul>
|
|
583
|
-
</li>
|
|
584
|
-
</ul>
|
|
585
|
-
</li>
|
|
586
|
-
<li>
|
|
587
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
588
|
-
<div class="tsd-comment tsd-typography">
|
|
589
|
-
<p>An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.</p>
|
|
590
|
-
</div>
|
|
591
|
-
</li>
|
|
592
|
-
</ul>
|
|
593
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
594
|
-
</li>
|
|
595
|
-
</ul>
|
|
596
|
-
</section>
|
|
597
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
598
|
-
<a name="find" class="tsd-anchor"></a>
|
|
599
|
-
<h3>find</h3>
|
|
600
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
601
|
-
<li class="tsd-signature tsd-kind-icon">find<S><span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">S</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></li>
|
|
602
|
-
<li class="tsd-signature tsd-kind-icon">find<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></li>
|
|
603
|
-
</ul>
|
|
604
|
-
<ul class="tsd-descriptions">
|
|
605
|
-
<li class="tsd-description">
|
|
606
|
-
<aside class="tsd-sources">
|
|
607
|
-
<p>Inherited from Array.find</p>
|
|
608
|
-
<ul>
|
|
609
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.core.d.ts:31</li>
|
|
610
|
-
</ul>
|
|
611
|
-
</aside>
|
|
612
|
-
<div class="tsd-comment tsd-typography">
|
|
613
|
-
<div class="lead">
|
|
614
|
-
<p>Returns the value of the first element in the array where predicate is true, and undefined
|
|
615
|
-
otherwise.</p>
|
|
616
|
-
</div>
|
|
617
|
-
</div>
|
|
618
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
619
|
-
<ul class="tsd-type-parameters">
|
|
620
|
-
<li>
|
|
621
|
-
<h4>S<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
622
|
-
</li>
|
|
623
|
-
</ul>
|
|
624
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
625
|
-
<ul class="tsd-parameters">
|
|
626
|
-
<li>
|
|
627
|
-
<h5>predicate: <span class="tsd-signature-type">function</span></h5>
|
|
628
|
-
<div class="tsd-comment tsd-typography">
|
|
629
|
-
<p>find calls predicate once for each element of the array, in ascending
|
|
630
|
-
order, until it finds one where predicate returns true. If such an element is found, find
|
|
631
|
-
immediately returns that element value. Otherwise, find returns undefined.</p>
|
|
632
|
-
</div>
|
|
633
|
-
<ul class="tsd-parameters">
|
|
634
|
-
<li class="tsd-parameter-siganture">
|
|
635
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
636
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>this<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span>, value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, obj<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
637
|
-
</ul>
|
|
638
|
-
<ul class="tsd-descriptions">
|
|
639
|
-
<li class="tsd-description">
|
|
640
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
641
|
-
<ul class="tsd-parameters">
|
|
642
|
-
<li>
|
|
643
|
-
<h5>this: <span class="tsd-signature-type">void</span></h5>
|
|
644
|
-
</li>
|
|
645
|
-
<li>
|
|
646
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
647
|
-
</li>
|
|
648
|
-
<li>
|
|
649
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
650
|
-
</li>
|
|
651
|
-
<li>
|
|
652
|
-
<h5>obj: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
653
|
-
</li>
|
|
654
|
-
</ul>
|
|
655
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
656
|
-
</li>
|
|
657
|
-
</ul>
|
|
658
|
-
</li>
|
|
659
|
-
</ul>
|
|
660
|
-
</li>
|
|
661
|
-
<li>
|
|
662
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
663
|
-
<div class="tsd-comment tsd-typography">
|
|
664
|
-
<p>If provided, it will be used as the this value for each invocation of
|
|
665
|
-
predicate. If it is not provided, undefined is used instead.</p>
|
|
666
|
-
</div>
|
|
667
|
-
</li>
|
|
668
|
-
</ul>
|
|
669
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">S</span>
|
|
670
|
-
<span class="tsd-signature-symbol"> | </span>
|
|
671
|
-
<span class="tsd-signature-type">undefined</span>
|
|
672
|
-
</h4>
|
|
673
|
-
</li>
|
|
674
|
-
<li class="tsd-description">
|
|
675
|
-
<aside class="tsd-sources">
|
|
676
|
-
<p>Inherited from Array.find</p>
|
|
677
|
-
<ul>
|
|
678
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.core.d.ts:32</li>
|
|
679
|
-
</ul>
|
|
680
|
-
</aside>
|
|
681
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
682
|
-
<ul class="tsd-parameters">
|
|
683
|
-
<li>
|
|
684
|
-
<h5>predicate: <span class="tsd-signature-type">function</span></h5>
|
|
685
|
-
<ul class="tsd-parameters">
|
|
686
|
-
<li class="tsd-parameter-siganture">
|
|
687
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
688
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, obj<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
689
|
-
</ul>
|
|
690
|
-
<ul class="tsd-descriptions">
|
|
691
|
-
<li class="tsd-description">
|
|
692
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
693
|
-
<ul class="tsd-parameters">
|
|
694
|
-
<li>
|
|
695
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
696
|
-
</li>
|
|
697
|
-
<li>
|
|
698
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
699
|
-
</li>
|
|
700
|
-
<li>
|
|
701
|
-
<h5>obj: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
702
|
-
</li>
|
|
703
|
-
</ul>
|
|
704
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
705
|
-
</li>
|
|
706
|
-
</ul>
|
|
707
|
-
</li>
|
|
708
|
-
</ul>
|
|
709
|
-
</li>
|
|
710
|
-
<li>
|
|
711
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
712
|
-
</li>
|
|
713
|
-
</ul>
|
|
714
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a>
|
|
715
|
-
<span class="tsd-signature-symbol"> | </span>
|
|
716
|
-
<span class="tsd-signature-type">undefined</span>
|
|
717
|
-
</h4>
|
|
718
|
-
</li>
|
|
719
|
-
</ul>
|
|
720
|
-
</section>
|
|
721
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
722
|
-
<a name="findindex" class="tsd-anchor"></a>
|
|
723
|
-
<h3>find<wbr>Index</h3>
|
|
724
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
725
|
-
<li class="tsd-signature tsd-kind-icon">find<wbr>Index<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
|
|
726
|
-
</ul>
|
|
727
|
-
<ul class="tsd-descriptions">
|
|
728
|
-
<li class="tsd-description">
|
|
729
|
-
<aside class="tsd-sources">
|
|
730
|
-
<p>Inherited from Array.findIndex</p>
|
|
731
|
-
<ul>
|
|
732
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.core.d.ts:43</li>
|
|
733
|
-
</ul>
|
|
734
|
-
</aside>
|
|
735
|
-
<div class="tsd-comment tsd-typography">
|
|
736
|
-
<div class="lead">
|
|
737
|
-
<p>Returns the index of the first element in the array where predicate is true, and -1
|
|
738
|
-
otherwise.</p>
|
|
739
|
-
</div>
|
|
740
|
-
</div>
|
|
741
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
742
|
-
<ul class="tsd-parameters">
|
|
743
|
-
<li>
|
|
744
|
-
<h5>predicate: <span class="tsd-signature-type">function</span></h5>
|
|
745
|
-
<div class="tsd-comment tsd-typography">
|
|
746
|
-
<p>find calls predicate once for each element of the array, in ascending
|
|
747
|
-
order, until it finds one where predicate returns true. If such an element is found,
|
|
748
|
-
findIndex immediately returns that element index. Otherwise, findIndex returns -1.</p>
|
|
749
|
-
</div>
|
|
750
|
-
<ul class="tsd-parameters">
|
|
751
|
-
<li class="tsd-parameter-siganture">
|
|
752
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
753
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, obj<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
754
|
-
</ul>
|
|
755
|
-
<ul class="tsd-descriptions">
|
|
756
|
-
<li class="tsd-description">
|
|
757
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
758
|
-
<ul class="tsd-parameters">
|
|
759
|
-
<li>
|
|
760
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
761
|
-
</li>
|
|
762
|
-
<li>
|
|
763
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
764
|
-
</li>
|
|
765
|
-
<li>
|
|
766
|
-
<h5>obj: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
767
|
-
</li>
|
|
768
|
-
</ul>
|
|
769
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
770
|
-
</li>
|
|
771
|
-
</ul>
|
|
772
|
-
</li>
|
|
773
|
-
</ul>
|
|
774
|
-
</li>
|
|
775
|
-
<li>
|
|
776
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
777
|
-
<div class="tsd-comment tsd-typography">
|
|
778
|
-
<p>If provided, it will be used as the this value for each invocation of
|
|
779
|
-
predicate. If it is not provided, undefined is used instead.</p>
|
|
780
|
-
</div>
|
|
781
|
-
</li>
|
|
782
|
-
</ul>
|
|
783
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
784
|
-
</li>
|
|
785
|
-
</ul>
|
|
786
|
-
</section>
|
|
787
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
788
|
-
<a name="foreach" class="tsd-anchor"></a>
|
|
789
|
-
<h3>for<wbr>Each</h3>
|
|
790
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
791
|
-
<li class="tsd-signature tsd-kind-icon">for<wbr>Each<span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
792
|
-
</ul>
|
|
793
|
-
<ul class="tsd-descriptions">
|
|
794
|
-
<li class="tsd-description">
|
|
795
|
-
<aside class="tsd-sources">
|
|
796
|
-
<p>Inherited from Array.forEach</p>
|
|
797
|
-
<ul>
|
|
798
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1298</li>
|
|
799
|
-
</ul>
|
|
800
|
-
</aside>
|
|
801
|
-
<div class="tsd-comment tsd-typography">
|
|
802
|
-
<div class="lead">
|
|
803
|
-
<p>Performs the specified action for each element in an array.</p>
|
|
804
|
-
</div>
|
|
805
|
-
</div>
|
|
806
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
807
|
-
<ul class="tsd-parameters">
|
|
808
|
-
<li>
|
|
809
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
810
|
-
<div class="tsd-comment tsd-typography">
|
|
811
|
-
<p>A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array.</p>
|
|
812
|
-
</div>
|
|
813
|
-
<ul class="tsd-parameters">
|
|
814
|
-
<li class="tsd-parameter-siganture">
|
|
815
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
816
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
817
|
-
</ul>
|
|
818
|
-
<ul class="tsd-descriptions">
|
|
819
|
-
<li class="tsd-description">
|
|
820
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
821
|
-
<ul class="tsd-parameters">
|
|
822
|
-
<li>
|
|
823
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
824
|
-
</li>
|
|
825
|
-
<li>
|
|
826
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
827
|
-
</li>
|
|
828
|
-
<li>
|
|
829
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
830
|
-
</li>
|
|
831
|
-
</ul>
|
|
832
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
833
|
-
</li>
|
|
834
|
-
</ul>
|
|
835
|
-
</li>
|
|
836
|
-
</ul>
|
|
837
|
-
</li>
|
|
838
|
-
<li>
|
|
839
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
840
|
-
<div class="tsd-comment tsd-typography">
|
|
841
|
-
<p>An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.</p>
|
|
842
|
-
</div>
|
|
843
|
-
</li>
|
|
844
|
-
</ul>
|
|
845
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
846
|
-
</li>
|
|
847
|
-
</ul>
|
|
848
|
-
</section>
|
|
849
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
850
|
-
<a name="indexof" class="tsd-anchor"></a>
|
|
851
|
-
<h3>index<wbr>Of</h3>
|
|
852
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
853
|
-
<li class="tsd-signature tsd-kind-icon">index<wbr>Of<span class="tsd-signature-symbol">(</span>searchElement<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, fromIndex<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
|
|
854
|
-
</ul>
|
|
855
|
-
<ul class="tsd-descriptions">
|
|
856
|
-
<li class="tsd-description">
|
|
857
|
-
<aside class="tsd-sources">
|
|
858
|
-
<p>Inherited from Array.indexOf</p>
|
|
859
|
-
<ul>
|
|
860
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1274</li>
|
|
861
|
-
</ul>
|
|
862
|
-
</aside>
|
|
863
|
-
<div class="tsd-comment tsd-typography">
|
|
864
|
-
<div class="lead">
|
|
865
|
-
<p>Returns the index of the first occurrence of a value in an array.</p>
|
|
866
|
-
</div>
|
|
867
|
-
</div>
|
|
868
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
869
|
-
<ul class="tsd-parameters">
|
|
870
|
-
<li>
|
|
871
|
-
<h5>searchElement: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
872
|
-
<div class="tsd-comment tsd-typography">
|
|
873
|
-
<p>The value to locate in the array.</p>
|
|
874
|
-
</div>
|
|
875
|
-
</li>
|
|
876
|
-
<li>
|
|
877
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> fromIndex: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
878
|
-
<div class="tsd-comment tsd-typography">
|
|
879
|
-
<p>The array index at which to begin the search. If fromIndex is omitted, the search starts at index 0.</p>
|
|
880
|
-
</div>
|
|
881
|
-
</li>
|
|
882
|
-
</ul>
|
|
883
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
884
|
-
</li>
|
|
885
|
-
</ul>
|
|
886
|
-
</section>
|
|
887
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
888
|
-
<a name="join" class="tsd-anchor"></a>
|
|
889
|
-
<h3>join</h3>
|
|
890
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
891
|
-
<li class="tsd-signature tsd-kind-icon">join<span class="tsd-signature-symbol">(</span>separator<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
892
|
-
</ul>
|
|
893
|
-
<ul class="tsd-descriptions">
|
|
894
|
-
<li class="tsd-description">
|
|
895
|
-
<aside class="tsd-sources">
|
|
896
|
-
<p>Inherited from Array.join</p>
|
|
897
|
-
<ul>
|
|
898
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1231</li>
|
|
899
|
-
</ul>
|
|
900
|
-
</aside>
|
|
901
|
-
<div class="tsd-comment tsd-typography">
|
|
902
|
-
<div class="lead">
|
|
903
|
-
<p>Adds all the elements of an array separated by the specified separator string.</p>
|
|
904
|
-
</div>
|
|
905
|
-
</div>
|
|
906
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
907
|
-
<ul class="tsd-parameters">
|
|
908
|
-
<li>
|
|
909
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> separator: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
910
|
-
<div class="tsd-comment tsd-typography">
|
|
911
|
-
<p>A string used to separate one element of an array from the next in the resulting String. If omitted, the array elements are separated with a comma.</p>
|
|
912
|
-
</div>
|
|
913
|
-
</li>
|
|
914
|
-
</ul>
|
|
915
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
916
|
-
</li>
|
|
917
|
-
</ul>
|
|
918
|
-
</section>
|
|
919
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
920
|
-
<a name="keys" class="tsd-anchor"></a>
|
|
921
|
-
<h3>keys</h3>
|
|
922
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
923
|
-
<li class="tsd-signature tsd-kind-icon">keys<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></li>
|
|
924
|
-
</ul>
|
|
925
|
-
<ul class="tsd-descriptions">
|
|
926
|
-
<li class="tsd-description">
|
|
927
|
-
<aside class="tsd-sources">
|
|
928
|
-
<p>Inherited from Array.keys</p>
|
|
929
|
-
<ul>
|
|
930
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.iterable.d.ts:62</li>
|
|
931
|
-
</ul>
|
|
932
|
-
</aside>
|
|
933
|
-
<div class="tsd-comment tsd-typography">
|
|
934
|
-
<div class="lead">
|
|
935
|
-
<p>Returns an iterable of keys in the array</p>
|
|
936
|
-
</div>
|
|
937
|
-
</div>
|
|
938
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4>
|
|
939
|
-
</li>
|
|
940
|
-
</ul>
|
|
941
|
-
</section>
|
|
942
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
943
|
-
<a name="lastindexof" class="tsd-anchor"></a>
|
|
944
|
-
<h3>last<wbr>Index<wbr>Of</h3>
|
|
945
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
946
|
-
<li class="tsd-signature tsd-kind-icon">last<wbr>Index<wbr>Of<span class="tsd-signature-symbol">(</span>searchElement<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, fromIndex<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
|
|
947
|
-
</ul>
|
|
948
|
-
<ul class="tsd-descriptions">
|
|
949
|
-
<li class="tsd-description">
|
|
950
|
-
<aside class="tsd-sources">
|
|
951
|
-
<p>Inherited from Array.lastIndexOf</p>
|
|
952
|
-
<ul>
|
|
953
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1280</li>
|
|
954
|
-
</ul>
|
|
955
|
-
</aside>
|
|
956
|
-
<div class="tsd-comment tsd-typography">
|
|
957
|
-
<div class="lead">
|
|
958
|
-
<p>Returns the index of the last occurrence of a specified value in an array.</p>
|
|
959
|
-
</div>
|
|
960
|
-
</div>
|
|
961
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
962
|
-
<ul class="tsd-parameters">
|
|
963
|
-
<li>
|
|
964
|
-
<h5>searchElement: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
965
|
-
<div class="tsd-comment tsd-typography">
|
|
966
|
-
<p>The value to locate in the array.</p>
|
|
967
|
-
</div>
|
|
968
|
-
</li>
|
|
969
|
-
<li>
|
|
970
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> fromIndex: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
971
|
-
<div class="tsd-comment tsd-typography">
|
|
972
|
-
<p>The array index at which to begin the search. If fromIndex is omitted, the search starts at the last index in the array.</p>
|
|
973
|
-
</div>
|
|
974
|
-
</li>
|
|
975
|
-
</ul>
|
|
976
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
977
|
-
</li>
|
|
978
|
-
</ul>
|
|
979
|
-
</section>
|
|
980
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
981
|
-
<a name="map" class="tsd-anchor"></a>
|
|
982
|
-
<h3>map</h3>
|
|
983
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
984
|
-
<li class="tsd-signature tsd-kind-icon">map<U><span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol">[]</span></li>
|
|
985
|
-
</ul>
|
|
986
|
-
<ul class="tsd-descriptions">
|
|
987
|
-
<li class="tsd-description">
|
|
988
|
-
<aside class="tsd-sources">
|
|
989
|
-
<p>Inherited from Array.map</p>
|
|
990
|
-
<ul>
|
|
991
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1304</li>
|
|
992
|
-
</ul>
|
|
993
|
-
</aside>
|
|
994
|
-
<div class="tsd-comment tsd-typography">
|
|
995
|
-
<div class="lead">
|
|
996
|
-
<p>Calls a defined callback function on each element of an array, and returns an array that contains the results.</p>
|
|
997
|
-
</div>
|
|
998
|
-
</div>
|
|
999
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
1000
|
-
<ul class="tsd-type-parameters">
|
|
1001
|
-
<li>
|
|
1002
|
-
<h4>U</h4>
|
|
1003
|
-
</li>
|
|
1004
|
-
</ul>
|
|
1005
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1006
|
-
<ul class="tsd-parameters">
|
|
1007
|
-
<li>
|
|
1008
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
1009
|
-
<div class="tsd-comment tsd-typography">
|
|
1010
|
-
<p>A function that accepts up to three arguments. The map method calls the callbackfn function one time for each element in the array.</p>
|
|
1011
|
-
</div>
|
|
1012
|
-
<ul class="tsd-parameters">
|
|
1013
|
-
<li class="tsd-parameter-siganture">
|
|
1014
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
1015
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span></li>
|
|
1016
|
-
</ul>
|
|
1017
|
-
<ul class="tsd-descriptions">
|
|
1018
|
-
<li class="tsd-description">
|
|
1019
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1020
|
-
<ul class="tsd-parameters">
|
|
1021
|
-
<li>
|
|
1022
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1023
|
-
</li>
|
|
1024
|
-
<li>
|
|
1025
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
1026
|
-
</li>
|
|
1027
|
-
<li>
|
|
1028
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1029
|
-
</li>
|
|
1030
|
-
</ul>
|
|
1031
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">U</span></h4>
|
|
1032
|
-
</li>
|
|
1033
|
-
</ul>
|
|
1034
|
-
</li>
|
|
1035
|
-
</ul>
|
|
1036
|
-
</li>
|
|
1037
|
-
<li>
|
|
1038
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
1039
|
-
<div class="tsd-comment tsd-typography">
|
|
1040
|
-
<p>An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.</p>
|
|
1041
|
-
</div>
|
|
1042
|
-
</li>
|
|
1043
|
-
</ul>
|
|
1044
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">U</span><span class="tsd-signature-symbol">[]</span></h4>
|
|
1045
|
-
</li>
|
|
1046
|
-
</ul>
|
|
1047
|
-
</section>
|
|
1048
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1049
|
-
<a name="pop" class="tsd-anchor"></a>
|
|
1050
|
-
<h3>pop</h3>
|
|
1051
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1052
|
-
<li class="tsd-signature tsd-kind-icon">pop<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></li>
|
|
1053
|
-
</ul>
|
|
1054
|
-
<ul class="tsd-descriptions">
|
|
1055
|
-
<li class="tsd-description">
|
|
1056
|
-
<aside class="tsd-sources">
|
|
1057
|
-
<p>Inherited from Array.pop</p>
|
|
1058
|
-
<ul>
|
|
1059
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1211</li>
|
|
1060
|
-
</ul>
|
|
1061
|
-
</aside>
|
|
1062
|
-
<div class="tsd-comment tsd-typography">
|
|
1063
|
-
<div class="lead">
|
|
1064
|
-
<p>Removes the last element from an array and returns it.</p>
|
|
1065
|
-
</div>
|
|
1066
|
-
</div>
|
|
1067
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a>
|
|
1068
|
-
<span class="tsd-signature-symbol"> | </span>
|
|
1069
|
-
<span class="tsd-signature-type">undefined</span>
|
|
1070
|
-
</h4>
|
|
1071
|
-
</li>
|
|
1072
|
-
</ul>
|
|
1073
|
-
</section>
|
|
1074
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1075
|
-
<a name="push" class="tsd-anchor"></a>
|
|
1076
|
-
<h3>push</h3>
|
|
1077
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1078
|
-
<li class="tsd-signature tsd-kind-icon">push<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>items<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
|
|
1079
|
-
</ul>
|
|
1080
|
-
<ul class="tsd-descriptions">
|
|
1081
|
-
<li class="tsd-description">
|
|
1082
|
-
<aside class="tsd-sources">
|
|
1083
|
-
<p>Inherited from Array.push</p>
|
|
1084
|
-
<ul>
|
|
1085
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1216</li>
|
|
1086
|
-
</ul>
|
|
1087
|
-
</aside>
|
|
1088
|
-
<div class="tsd-comment tsd-typography">
|
|
1089
|
-
<div class="lead">
|
|
1090
|
-
<p>Appends new elements to an array, and returns the new length of the array.</p>
|
|
1091
|
-
</div>
|
|
1092
|
-
</div>
|
|
1093
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1094
|
-
<ul class="tsd-parameters">
|
|
1095
|
-
<li>
|
|
1096
|
-
<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>items: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1097
|
-
<div class="tsd-comment tsd-typography">
|
|
1098
|
-
<p>New elements of the Array.</p>
|
|
1099
|
-
</div>
|
|
1100
|
-
</li>
|
|
1101
|
-
</ul>
|
|
1102
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
1103
|
-
</li>
|
|
1104
|
-
</ul>
|
|
1105
|
-
</section>
|
|
1106
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1107
|
-
<a name="reduce" class="tsd-anchor"></a>
|
|
1108
|
-
<h3>reduce</h3>
|
|
1109
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1110
|
-
<li class="tsd-signature tsd-kind-icon">reduce<span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></li>
|
|
1111
|
-
<li class="tsd-signature tsd-kind-icon">reduce<span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, initialValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></li>
|
|
1112
|
-
<li class="tsd-signature tsd-kind-icon">reduce<U><span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, initialValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span></li>
|
|
1113
|
-
</ul>
|
|
1114
|
-
<ul class="tsd-descriptions">
|
|
1115
|
-
<li class="tsd-description">
|
|
1116
|
-
<aside class="tsd-sources">
|
|
1117
|
-
<p>Inherited from Array.reduce</p>
|
|
1118
|
-
<ul>
|
|
1119
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1322</li>
|
|
1120
|
-
</ul>
|
|
1121
|
-
</aside>
|
|
1122
|
-
<div class="tsd-comment tsd-typography">
|
|
1123
|
-
<div class="lead">
|
|
1124
|
-
<p>Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.</p>
|
|
1125
|
-
</div>
|
|
1126
|
-
</div>
|
|
1127
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1128
|
-
<ul class="tsd-parameters">
|
|
1129
|
-
<li>
|
|
1130
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
1131
|
-
<div class="tsd-comment tsd-typography">
|
|
1132
|
-
<p>A function that accepts up to four arguments. The reduce method calls the callbackfn function one time for each element in the array.</p>
|
|
1133
|
-
</div>
|
|
1134
|
-
<ul class="tsd-parameters">
|
|
1135
|
-
<li class="tsd-parameter-siganture">
|
|
1136
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
1137
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>previousValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></li>
|
|
1138
|
-
</ul>
|
|
1139
|
-
<ul class="tsd-descriptions">
|
|
1140
|
-
<li class="tsd-description">
|
|
1141
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1142
|
-
<ul class="tsd-parameters">
|
|
1143
|
-
<li>
|
|
1144
|
-
<h5>previousValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1145
|
-
</li>
|
|
1146
|
-
<li>
|
|
1147
|
-
<h5>currentValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1148
|
-
</li>
|
|
1149
|
-
<li>
|
|
1150
|
-
<h5>currentIndex: <span class="tsd-signature-type">number</span></h5>
|
|
1151
|
-
</li>
|
|
1152
|
-
<li>
|
|
1153
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1154
|
-
</li>
|
|
1155
|
-
</ul>
|
|
1156
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
1157
|
-
</li>
|
|
1158
|
-
</ul>
|
|
1159
|
-
</li>
|
|
1160
|
-
</ul>
|
|
1161
|
-
</li>
|
|
1162
|
-
</ul>
|
|
1163
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
1164
|
-
</li>
|
|
1165
|
-
<li class="tsd-description">
|
|
1166
|
-
<aside class="tsd-sources">
|
|
1167
|
-
<p>Inherited from Array.reduce</p>
|
|
1168
|
-
<ul>
|
|
1169
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1323</li>
|
|
1170
|
-
</ul>
|
|
1171
|
-
</aside>
|
|
1172
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1173
|
-
<ul class="tsd-parameters">
|
|
1174
|
-
<li>
|
|
1175
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
1176
|
-
<ul class="tsd-parameters">
|
|
1177
|
-
<li class="tsd-parameter-siganture">
|
|
1178
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
1179
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>previousValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></li>
|
|
1180
|
-
</ul>
|
|
1181
|
-
<ul class="tsd-descriptions">
|
|
1182
|
-
<li class="tsd-description">
|
|
1183
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1184
|
-
<ul class="tsd-parameters">
|
|
1185
|
-
<li>
|
|
1186
|
-
<h5>previousValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1187
|
-
</li>
|
|
1188
|
-
<li>
|
|
1189
|
-
<h5>currentValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1190
|
-
</li>
|
|
1191
|
-
<li>
|
|
1192
|
-
<h5>currentIndex: <span class="tsd-signature-type">number</span></h5>
|
|
1193
|
-
</li>
|
|
1194
|
-
<li>
|
|
1195
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1196
|
-
</li>
|
|
1197
|
-
</ul>
|
|
1198
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
1199
|
-
</li>
|
|
1200
|
-
</ul>
|
|
1201
|
-
</li>
|
|
1202
|
-
</ul>
|
|
1203
|
-
</li>
|
|
1204
|
-
<li>
|
|
1205
|
-
<h5>initialValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1206
|
-
</li>
|
|
1207
|
-
</ul>
|
|
1208
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
1209
|
-
</li>
|
|
1210
|
-
<li class="tsd-description">
|
|
1211
|
-
<aside class="tsd-sources">
|
|
1212
|
-
<p>Inherited from Array.reduce</p>
|
|
1213
|
-
<ul>
|
|
1214
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1329</li>
|
|
1215
|
-
</ul>
|
|
1216
|
-
</aside>
|
|
1217
|
-
<div class="tsd-comment tsd-typography">
|
|
1218
|
-
<div class="lead">
|
|
1219
|
-
<p>Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.</p>
|
|
1220
|
-
</div>
|
|
1221
|
-
</div>
|
|
1222
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
1223
|
-
<ul class="tsd-type-parameters">
|
|
1224
|
-
<li>
|
|
1225
|
-
<h4>U</h4>
|
|
1226
|
-
</li>
|
|
1227
|
-
</ul>
|
|
1228
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1229
|
-
<ul class="tsd-parameters">
|
|
1230
|
-
<li>
|
|
1231
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
1232
|
-
<div class="tsd-comment tsd-typography">
|
|
1233
|
-
<p>A function that accepts up to four arguments. The reduce method calls the callbackfn function one time for each element in the array.</p>
|
|
1234
|
-
</div>
|
|
1235
|
-
<ul class="tsd-parameters">
|
|
1236
|
-
<li class="tsd-parameter-siganture">
|
|
1237
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
1238
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>previousValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span>, currentValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span></li>
|
|
1239
|
-
</ul>
|
|
1240
|
-
<ul class="tsd-descriptions">
|
|
1241
|
-
<li class="tsd-description">
|
|
1242
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1243
|
-
<ul class="tsd-parameters">
|
|
1244
|
-
<li>
|
|
1245
|
-
<h5>previousValue: <span class="tsd-signature-type">U</span></h5>
|
|
1246
|
-
</li>
|
|
1247
|
-
<li>
|
|
1248
|
-
<h5>currentValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1249
|
-
</li>
|
|
1250
|
-
<li>
|
|
1251
|
-
<h5>currentIndex: <span class="tsd-signature-type">number</span></h5>
|
|
1252
|
-
</li>
|
|
1253
|
-
<li>
|
|
1254
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1255
|
-
</li>
|
|
1256
|
-
</ul>
|
|
1257
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">U</span></h4>
|
|
1258
|
-
</li>
|
|
1259
|
-
</ul>
|
|
1260
|
-
</li>
|
|
1261
|
-
</ul>
|
|
1262
|
-
</li>
|
|
1263
|
-
<li>
|
|
1264
|
-
<h5>initialValue: <span class="tsd-signature-type">U</span></h5>
|
|
1265
|
-
<div class="tsd-comment tsd-typography">
|
|
1266
|
-
<p>If initialValue is specified, it is used as the initial value to start the accumulation. The first call to the callbackfn function provides this value as an argument instead of an array value.</p>
|
|
1267
|
-
</div>
|
|
1268
|
-
</li>
|
|
1269
|
-
</ul>
|
|
1270
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">U</span></h4>
|
|
1271
|
-
</li>
|
|
1272
|
-
</ul>
|
|
1273
|
-
</section>
|
|
1274
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1275
|
-
<a name="reduceright" class="tsd-anchor"></a>
|
|
1276
|
-
<h3>reduce<wbr>Right</h3>
|
|
1277
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1278
|
-
<li class="tsd-signature tsd-kind-icon">reduce<wbr>Right<span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></li>
|
|
1279
|
-
<li class="tsd-signature tsd-kind-icon">reduce<wbr>Right<span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, initialValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></li>
|
|
1280
|
-
<li class="tsd-signature tsd-kind-icon">reduce<wbr>Right<U><span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, initialValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span></li>
|
|
1281
|
-
</ul>
|
|
1282
|
-
<ul class="tsd-descriptions">
|
|
1283
|
-
<li class="tsd-description">
|
|
1284
|
-
<aside class="tsd-sources">
|
|
1285
|
-
<p>Inherited from Array.reduceRight</p>
|
|
1286
|
-
<ul>
|
|
1287
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1335</li>
|
|
1288
|
-
</ul>
|
|
1289
|
-
</aside>
|
|
1290
|
-
<div class="tsd-comment tsd-typography">
|
|
1291
|
-
<div class="lead">
|
|
1292
|
-
<p>Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.</p>
|
|
1293
|
-
</div>
|
|
1294
|
-
</div>
|
|
1295
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1296
|
-
<ul class="tsd-parameters">
|
|
1297
|
-
<li>
|
|
1298
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
1299
|
-
<div class="tsd-comment tsd-typography">
|
|
1300
|
-
<p>A function that accepts up to four arguments. The reduceRight method calls the callbackfn function one time for each element in the array.</p>
|
|
1301
|
-
</div>
|
|
1302
|
-
<ul class="tsd-parameters">
|
|
1303
|
-
<li class="tsd-parameter-siganture">
|
|
1304
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
1305
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>previousValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></li>
|
|
1306
|
-
</ul>
|
|
1307
|
-
<ul class="tsd-descriptions">
|
|
1308
|
-
<li class="tsd-description">
|
|
1309
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1310
|
-
<ul class="tsd-parameters">
|
|
1311
|
-
<li>
|
|
1312
|
-
<h5>previousValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1313
|
-
</li>
|
|
1314
|
-
<li>
|
|
1315
|
-
<h5>currentValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1316
|
-
</li>
|
|
1317
|
-
<li>
|
|
1318
|
-
<h5>currentIndex: <span class="tsd-signature-type">number</span></h5>
|
|
1319
|
-
</li>
|
|
1320
|
-
<li>
|
|
1321
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1322
|
-
</li>
|
|
1323
|
-
</ul>
|
|
1324
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
1325
|
-
</li>
|
|
1326
|
-
</ul>
|
|
1327
|
-
</li>
|
|
1328
|
-
</ul>
|
|
1329
|
-
</li>
|
|
1330
|
-
</ul>
|
|
1331
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
1332
|
-
</li>
|
|
1333
|
-
<li class="tsd-description">
|
|
1334
|
-
<aside class="tsd-sources">
|
|
1335
|
-
<p>Inherited from Array.reduceRight</p>
|
|
1336
|
-
<ul>
|
|
1337
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1336</li>
|
|
1338
|
-
</ul>
|
|
1339
|
-
</aside>
|
|
1340
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1341
|
-
<ul class="tsd-parameters">
|
|
1342
|
-
<li>
|
|
1343
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
1344
|
-
<ul class="tsd-parameters">
|
|
1345
|
-
<li class="tsd-parameter-siganture">
|
|
1346
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
1347
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>previousValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a></li>
|
|
1348
|
-
</ul>
|
|
1349
|
-
<ul class="tsd-descriptions">
|
|
1350
|
-
<li class="tsd-description">
|
|
1351
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1352
|
-
<ul class="tsd-parameters">
|
|
1353
|
-
<li>
|
|
1354
|
-
<h5>previousValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1355
|
-
</li>
|
|
1356
|
-
<li>
|
|
1357
|
-
<h5>currentValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1358
|
-
</li>
|
|
1359
|
-
<li>
|
|
1360
|
-
<h5>currentIndex: <span class="tsd-signature-type">number</span></h5>
|
|
1361
|
-
</li>
|
|
1362
|
-
<li>
|
|
1363
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1364
|
-
</li>
|
|
1365
|
-
</ul>
|
|
1366
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
1367
|
-
</li>
|
|
1368
|
-
</ul>
|
|
1369
|
-
</li>
|
|
1370
|
-
</ul>
|
|
1371
|
-
</li>
|
|
1372
|
-
<li>
|
|
1373
|
-
<h5>initialValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1374
|
-
</li>
|
|
1375
|
-
</ul>
|
|
1376
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a></h4>
|
|
1377
|
-
</li>
|
|
1378
|
-
<li class="tsd-description">
|
|
1379
|
-
<aside class="tsd-sources">
|
|
1380
|
-
<p>Inherited from Array.reduceRight</p>
|
|
1381
|
-
<ul>
|
|
1382
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1342</li>
|
|
1383
|
-
</ul>
|
|
1384
|
-
</aside>
|
|
1385
|
-
<div class="tsd-comment tsd-typography">
|
|
1386
|
-
<div class="lead">
|
|
1387
|
-
<p>Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.</p>
|
|
1388
|
-
</div>
|
|
1389
|
-
</div>
|
|
1390
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
1391
|
-
<ul class="tsd-type-parameters">
|
|
1392
|
-
<li>
|
|
1393
|
-
<h4>U</h4>
|
|
1394
|
-
</li>
|
|
1395
|
-
</ul>
|
|
1396
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1397
|
-
<ul class="tsd-parameters">
|
|
1398
|
-
<li>
|
|
1399
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
1400
|
-
<div class="tsd-comment tsd-typography">
|
|
1401
|
-
<p>A function that accepts up to four arguments. The reduceRight method calls the callbackfn function one time for each element in the array.</p>
|
|
1402
|
-
</div>
|
|
1403
|
-
<ul class="tsd-parameters">
|
|
1404
|
-
<li class="tsd-parameter-siganture">
|
|
1405
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
1406
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>previousValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span>, currentValue<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, currentIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span></li>
|
|
1407
|
-
</ul>
|
|
1408
|
-
<ul class="tsd-descriptions">
|
|
1409
|
-
<li class="tsd-description">
|
|
1410
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1411
|
-
<ul class="tsd-parameters">
|
|
1412
|
-
<li>
|
|
1413
|
-
<h5>previousValue: <span class="tsd-signature-type">U</span></h5>
|
|
1414
|
-
</li>
|
|
1415
|
-
<li>
|
|
1416
|
-
<h5>currentValue: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1417
|
-
</li>
|
|
1418
|
-
<li>
|
|
1419
|
-
<h5>currentIndex: <span class="tsd-signature-type">number</span></h5>
|
|
1420
|
-
</li>
|
|
1421
|
-
<li>
|
|
1422
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1423
|
-
</li>
|
|
1424
|
-
</ul>
|
|
1425
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">U</span></h4>
|
|
1426
|
-
</li>
|
|
1427
|
-
</ul>
|
|
1428
|
-
</li>
|
|
1429
|
-
</ul>
|
|
1430
|
-
</li>
|
|
1431
|
-
<li>
|
|
1432
|
-
<h5>initialValue: <span class="tsd-signature-type">U</span></h5>
|
|
1433
|
-
<div class="tsd-comment tsd-typography">
|
|
1434
|
-
<p>If initialValue is specified, it is used as the initial value to start the accumulation. The first call to the callbackfn function provides this value as an argument instead of an array value.</p>
|
|
1435
|
-
</div>
|
|
1436
|
-
</li>
|
|
1437
|
-
</ul>
|
|
1438
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">U</span></h4>
|
|
1439
|
-
</li>
|
|
1440
|
-
</ul>
|
|
1441
|
-
</section>
|
|
1442
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1443
|
-
<a name="reverse" class="tsd-anchor"></a>
|
|
1444
|
-
<h3>reverse</h3>
|
|
1445
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1446
|
-
<li class="tsd-signature tsd-kind-icon">reverse<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></li>
|
|
1447
|
-
</ul>
|
|
1448
|
-
<ul class="tsd-descriptions">
|
|
1449
|
-
<li class="tsd-description">
|
|
1450
|
-
<aside class="tsd-sources">
|
|
1451
|
-
<p>Inherited from Array.reverse</p>
|
|
1452
|
-
<ul>
|
|
1453
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1235</li>
|
|
1454
|
-
</ul>
|
|
1455
|
-
</aside>
|
|
1456
|
-
<div class="tsd-comment tsd-typography">
|
|
1457
|
-
<div class="lead">
|
|
1458
|
-
<p>Reverses the elements in an Array.</p>
|
|
1459
|
-
</div>
|
|
1460
|
-
</div>
|
|
1461
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
1462
|
-
</li>
|
|
1463
|
-
</ul>
|
|
1464
|
-
</section>
|
|
1465
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1466
|
-
<a name="shift" class="tsd-anchor"></a>
|
|
1467
|
-
<h3>shift</h3>
|
|
1468
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1469
|
-
<li class="tsd-signature tsd-kind-icon">shift<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></li>
|
|
1470
|
-
</ul>
|
|
1471
|
-
<ul class="tsd-descriptions">
|
|
1472
|
-
<li class="tsd-description">
|
|
1473
|
-
<aside class="tsd-sources">
|
|
1474
|
-
<p>Inherited from Array.shift</p>
|
|
1475
|
-
<ul>
|
|
1476
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1239</li>
|
|
1477
|
-
</ul>
|
|
1478
|
-
</aside>
|
|
1479
|
-
<div class="tsd-comment tsd-typography">
|
|
1480
|
-
<div class="lead">
|
|
1481
|
-
<p>Removes the first element from an array and returns it.</p>
|
|
1482
|
-
</div>
|
|
1483
|
-
</div>
|
|
1484
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a>
|
|
1485
|
-
<span class="tsd-signature-symbol"> | </span>
|
|
1486
|
-
<span class="tsd-signature-type">undefined</span>
|
|
1487
|
-
</h4>
|
|
1488
|
-
</li>
|
|
1489
|
-
</ul>
|
|
1490
|
-
</section>
|
|
1491
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1492
|
-
<a name="slice" class="tsd-anchor"></a>
|
|
1493
|
-
<h3>slice</h3>
|
|
1494
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1495
|
-
<li class="tsd-signature tsd-kind-icon">slice<span class="tsd-signature-symbol">(</span>start<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span>, end<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></li>
|
|
1496
|
-
</ul>
|
|
1497
|
-
<ul class="tsd-descriptions">
|
|
1498
|
-
<li class="tsd-description">
|
|
1499
|
-
<aside class="tsd-sources">
|
|
1500
|
-
<p>Inherited from Array.slice</p>
|
|
1501
|
-
<ul>
|
|
1502
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1245</li>
|
|
1503
|
-
</ul>
|
|
1504
|
-
</aside>
|
|
1505
|
-
<div class="tsd-comment tsd-typography">
|
|
1506
|
-
<div class="lead">
|
|
1507
|
-
<p>Returns a section of an array.</p>
|
|
1508
|
-
</div>
|
|
1509
|
-
</div>
|
|
1510
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1511
|
-
<ul class="tsd-parameters">
|
|
1512
|
-
<li>
|
|
1513
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> start: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
1514
|
-
<div class="tsd-comment tsd-typography">
|
|
1515
|
-
<p>The beginning of the specified portion of the array.</p>
|
|
1516
|
-
</div>
|
|
1517
|
-
</li>
|
|
1518
|
-
<li>
|
|
1519
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> end: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
1520
|
-
<div class="tsd-comment tsd-typography">
|
|
1521
|
-
<p>The end of the specified portion of the array.</p>
|
|
1522
|
-
</div>
|
|
1523
|
-
</li>
|
|
1524
|
-
</ul>
|
|
1525
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
1526
|
-
</li>
|
|
1527
|
-
</ul>
|
|
1528
|
-
</section>
|
|
1529
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1530
|
-
<a name="some" class="tsd-anchor"></a>
|
|
1531
|
-
<h3>some</h3>
|
|
1532
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1533
|
-
<li class="tsd-signature tsd-kind-icon">some<span class="tsd-signature-symbol">(</span>callbackfn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
1534
|
-
</ul>
|
|
1535
|
-
<ul class="tsd-descriptions">
|
|
1536
|
-
<li class="tsd-description">
|
|
1537
|
-
<aside class="tsd-sources">
|
|
1538
|
-
<p>Inherited from Array.some</p>
|
|
1539
|
-
<ul>
|
|
1540
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1292</li>
|
|
1541
|
-
</ul>
|
|
1542
|
-
</aside>
|
|
1543
|
-
<div class="tsd-comment tsd-typography">
|
|
1544
|
-
<div class="lead">
|
|
1545
|
-
<p>Determines whether the specified callback function returns true for any element of an array.</p>
|
|
1546
|
-
</div>
|
|
1547
|
-
</div>
|
|
1548
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1549
|
-
<ul class="tsd-parameters">
|
|
1550
|
-
<li>
|
|
1551
|
-
<h5>callbackfn: <span class="tsd-signature-type">function</span></h5>
|
|
1552
|
-
<div class="tsd-comment tsd-typography">
|
|
1553
|
-
<p>A function that accepts up to three arguments. The some method calls the callbackfn function for each element in array1 until the callbackfn returns true, or until the end of the array.</p>
|
|
1554
|
-
</div>
|
|
1555
|
-
<ul class="tsd-parameters">
|
|
1556
|
-
<li class="tsd-parameter-siganture">
|
|
1557
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported">
|
|
1558
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, array<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
1559
|
-
</ul>
|
|
1560
|
-
<ul class="tsd-descriptions">
|
|
1561
|
-
<li class="tsd-description">
|
|
1562
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1563
|
-
<ul class="tsd-parameters">
|
|
1564
|
-
<li>
|
|
1565
|
-
<h5>value: <a href="_language_.language.html" class="tsd-signature-type">Language</a></h5>
|
|
1566
|
-
</li>
|
|
1567
|
-
<li>
|
|
1568
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
1569
|
-
</li>
|
|
1570
|
-
<li>
|
|
1571
|
-
<h5>array: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1572
|
-
</li>
|
|
1573
|
-
</ul>
|
|
1574
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
1575
|
-
</li>
|
|
1576
|
-
</ul>
|
|
1577
|
-
</li>
|
|
1578
|
-
</ul>
|
|
1579
|
-
</li>
|
|
1580
|
-
<li>
|
|
1581
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
|
|
1582
|
-
<div class="tsd-comment tsd-typography">
|
|
1583
|
-
<p>An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.</p>
|
|
1584
|
-
</div>
|
|
1585
|
-
</li>
|
|
1586
|
-
</ul>
|
|
1587
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
1588
|
-
</li>
|
|
1589
|
-
</ul>
|
|
1590
|
-
</section>
|
|
1591
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1592
|
-
<a name="sort" class="tsd-anchor"></a>
|
|
1593
|
-
<h3>sort</h3>
|
|
1594
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1595
|
-
<li class="tsd-signature tsd-kind-icon">sort<span class="tsd-signature-symbol">(</span>compareFn<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span></li>
|
|
1596
|
-
</ul>
|
|
1597
|
-
<ul class="tsd-descriptions">
|
|
1598
|
-
<li class="tsd-description">
|
|
1599
|
-
<aside class="tsd-sources">
|
|
1600
|
-
<p>Inherited from Array.sort</p>
|
|
1601
|
-
<ul>
|
|
1602
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1250</li>
|
|
1603
|
-
</ul>
|
|
1604
|
-
</aside>
|
|
1605
|
-
<div class="tsd-comment tsd-typography">
|
|
1606
|
-
<div class="lead">
|
|
1607
|
-
<p>Sorts an array.</p>
|
|
1608
|
-
</div>
|
|
1609
|
-
</div>
|
|
1610
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1611
|
-
<ul class="tsd-parameters">
|
|
1612
|
-
<li>
|
|
1613
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> compareFn: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">function</span></h5>
|
|
1614
|
-
<div class="tsd-comment tsd-typography">
|
|
1615
|
-
<p>The name of the function used to determine the order of the elements. If omitted, the elements are sorted in ascending, ASCII character order.</p>
|
|
1616
|
-
</div>
|
|
1617
|
-
</li>
|
|
1618
|
-
</ul>
|
|
1619
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4>
|
|
1620
|
-
</li>
|
|
1621
|
-
</ul>
|
|
1622
|
-
</section>
|
|
1623
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1624
|
-
<a name="splice" class="tsd-anchor"></a>
|
|
1625
|
-
<h3>splice</h3>
|
|
1626
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1627
|
-
<li class="tsd-signature tsd-kind-icon">splice<span class="tsd-signature-symbol">(</span>start<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, deleteCount<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></li>
|
|
1628
|
-
<li class="tsd-signature tsd-kind-icon">splice<span class="tsd-signature-symbol">(</span>start<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, deleteCount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, <span class="tsd-signature-symbol">...</span>items<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></li>
|
|
1629
|
-
</ul>
|
|
1630
|
-
<ul class="tsd-descriptions">
|
|
1631
|
-
<li class="tsd-description">
|
|
1632
|
-
<aside class="tsd-sources">
|
|
1633
|
-
<p>Inherited from Array.splice</p>
|
|
1634
|
-
<ul>
|
|
1635
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1256</li>
|
|
1636
|
-
</ul>
|
|
1637
|
-
</aside>
|
|
1638
|
-
<div class="tsd-comment tsd-typography">
|
|
1639
|
-
<div class="lead">
|
|
1640
|
-
<p>Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.</p>
|
|
1641
|
-
</div>
|
|
1642
|
-
</div>
|
|
1643
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1644
|
-
<ul class="tsd-parameters">
|
|
1645
|
-
<li>
|
|
1646
|
-
<h5>start: <span class="tsd-signature-type">number</span></h5>
|
|
1647
|
-
<div class="tsd-comment tsd-typography">
|
|
1648
|
-
<p>The zero-based location in the array from which to start removing elements.</p>
|
|
1649
|
-
</div>
|
|
1650
|
-
</li>
|
|
1651
|
-
<li>
|
|
1652
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> deleteCount: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
1653
|
-
<div class="tsd-comment tsd-typography">
|
|
1654
|
-
<p>The number of elements to remove.</p>
|
|
1655
|
-
</div>
|
|
1656
|
-
</li>
|
|
1657
|
-
</ul>
|
|
1658
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
1659
|
-
</li>
|
|
1660
|
-
<li class="tsd-description">
|
|
1661
|
-
<aside class="tsd-sources">
|
|
1662
|
-
<p>Inherited from Array.splice</p>
|
|
1663
|
-
<ul>
|
|
1664
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1263</li>
|
|
1665
|
-
</ul>
|
|
1666
|
-
</aside>
|
|
1667
|
-
<div class="tsd-comment tsd-typography">
|
|
1668
|
-
<div class="lead">
|
|
1669
|
-
<p>Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.</p>
|
|
1670
|
-
</div>
|
|
1671
|
-
</div>
|
|
1672
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1673
|
-
<ul class="tsd-parameters">
|
|
1674
|
-
<li>
|
|
1675
|
-
<h5>start: <span class="tsd-signature-type">number</span></h5>
|
|
1676
|
-
<div class="tsd-comment tsd-typography">
|
|
1677
|
-
<p>The zero-based location in the array from which to start removing elements.</p>
|
|
1678
|
-
</div>
|
|
1679
|
-
</li>
|
|
1680
|
-
<li>
|
|
1681
|
-
<h5>deleteCount: <span class="tsd-signature-type">number</span></h5>
|
|
1682
|
-
<div class="tsd-comment tsd-typography">
|
|
1683
|
-
<p>The number of elements to remove.</p>
|
|
1684
|
-
</div>
|
|
1685
|
-
</li>
|
|
1686
|
-
<li>
|
|
1687
|
-
<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>items: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1688
|
-
<div class="tsd-comment tsd-typography">
|
|
1689
|
-
<p>Elements to insert into the array in place of the deleted elements.</p>
|
|
1690
|
-
</div>
|
|
1691
|
-
</li>
|
|
1692
|
-
</ul>
|
|
1693
|
-
<h4 class="tsd-returns-title">Returns <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
1694
|
-
</li>
|
|
1695
|
-
</ul>
|
|
1696
|
-
</section>
|
|
1697
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1698
|
-
<a name="tolocalestring" class="tsd-anchor"></a>
|
|
1699
|
-
<h3>to<wbr>Locale<wbr>String</h3>
|
|
1700
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1701
|
-
<li class="tsd-signature tsd-kind-icon">to<wbr>Locale<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
1702
|
-
</ul>
|
|
1703
|
-
<ul class="tsd-descriptions">
|
|
1704
|
-
<li class="tsd-description">
|
|
1705
|
-
<aside class="tsd-sources">
|
|
1706
|
-
<p>Inherited from Array.toLocaleString</p>
|
|
1707
|
-
<ul>
|
|
1708
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1207</li>
|
|
1709
|
-
</ul>
|
|
1710
|
-
</aside>
|
|
1711
|
-
<div class="tsd-comment tsd-typography">
|
|
1712
|
-
<div class="lead">
|
|
1713
|
-
<p>Returns a string representation of an array. The elements are converted to string using their toLocalString methods.</p>
|
|
1714
|
-
</div>
|
|
1715
|
-
</div>
|
|
1716
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
1717
|
-
</li>
|
|
1718
|
-
</ul>
|
|
1719
|
-
</section>
|
|
1720
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1721
|
-
<a name="tostring" class="tsd-anchor"></a>
|
|
1722
|
-
<h3>to<wbr>String</h3>
|
|
1723
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1724
|
-
<li class="tsd-signature tsd-kind-icon">to<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
1725
|
-
</ul>
|
|
1726
|
-
<ul class="tsd-descriptions">
|
|
1727
|
-
<li class="tsd-description">
|
|
1728
|
-
<aside class="tsd-sources">
|
|
1729
|
-
<p>Inherited from Array.toString</p>
|
|
1730
|
-
<ul>
|
|
1731
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1203</li>
|
|
1732
|
-
</ul>
|
|
1733
|
-
</aside>
|
|
1734
|
-
<div class="tsd-comment tsd-typography">
|
|
1735
|
-
<div class="lead">
|
|
1736
|
-
<p>Returns a string representation of an array.</p>
|
|
1737
|
-
</div>
|
|
1738
|
-
</div>
|
|
1739
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
1740
|
-
</li>
|
|
1741
|
-
</ul>
|
|
1742
|
-
</section>
|
|
1743
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1744
|
-
<a name="unshift" class="tsd-anchor"></a>
|
|
1745
|
-
<h3>unshift</h3>
|
|
1746
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1747
|
-
<li class="tsd-signature tsd-kind-icon">unshift<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>items<span class="tsd-signature-symbol">: </span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
|
|
1748
|
-
</ul>
|
|
1749
|
-
<ul class="tsd-descriptions">
|
|
1750
|
-
<li class="tsd-description">
|
|
1751
|
-
<aside class="tsd-sources">
|
|
1752
|
-
<p>Inherited from Array.unshift</p>
|
|
1753
|
-
<ul>
|
|
1754
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:1268</li>
|
|
1755
|
-
</ul>
|
|
1756
|
-
</aside>
|
|
1757
|
-
<div class="tsd-comment tsd-typography">
|
|
1758
|
-
<div class="lead">
|
|
1759
|
-
<p>Inserts new elements at the start of an array.</p>
|
|
1760
|
-
</div>
|
|
1761
|
-
</div>
|
|
1762
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1763
|
-
<ul class="tsd-parameters">
|
|
1764
|
-
<li>
|
|
1765
|
-
<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>items: <a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1766
|
-
<div class="tsd-comment tsd-typography">
|
|
1767
|
-
<p>Elements to insert at the start of the Array.</p>
|
|
1768
|
-
</div>
|
|
1769
|
-
</li>
|
|
1770
|
-
</ul>
|
|
1771
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
1772
|
-
</li>
|
|
1773
|
-
</ul>
|
|
1774
|
-
</section>
|
|
1775
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1776
|
-
<a name="values" class="tsd-anchor"></a>
|
|
1777
|
-
<h3>values</h3>
|
|
1778
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1779
|
-
<li class="tsd-signature tsd-kind-icon">values<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">></span></li>
|
|
1780
|
-
</ul>
|
|
1781
|
-
<ul class="tsd-descriptions">
|
|
1782
|
-
<li class="tsd-description">
|
|
1783
|
-
<aside class="tsd-sources">
|
|
1784
|
-
<p>Inherited from Array.values</p>
|
|
1785
|
-
<ul>
|
|
1786
|
-
<li>Defined in C:/Users/edsilv/github/edsilv/manifesto/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.iterable.d.ts:67</li>
|
|
1787
|
-
</ul>
|
|
1788
|
-
</aside>
|
|
1789
|
-
<div class="tsd-comment tsd-typography">
|
|
1790
|
-
<div class="lead">
|
|
1791
|
-
<p>Returns an iterable of values in the array</p>
|
|
1792
|
-
</div>
|
|
1793
|
-
</div>
|
|
1794
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><a href="_language_.language.html" class="tsd-signature-type">Language</a><span class="tsd-signature-symbol">></span></h4>
|
|
1795
|
-
</li>
|
|
1796
|
-
</ul>
|
|
1797
|
-
</section>
|
|
1798
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1799
|
-
<a name="getvalue" class="tsd-anchor"></a>
|
|
1800
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Value</h3>
|
|
1801
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1802
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>Value<span class="tsd-signature-symbol">(</span>languageCollection<span class="tsd-signature-symbol">: </span><a href="_languagemap_.languagemap.html" class="tsd-signature-type">LanguageMap</a>, locale<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></li>
|
|
1803
|
-
</ul>
|
|
1804
|
-
<ul class="tsd-descriptions">
|
|
1805
|
-
<li class="tsd-description">
|
|
1806
|
-
<aside class="tsd-sources">
|
|
1807
|
-
<ul>
|
|
1808
|
-
<li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/LanguageMap.ts#L54">LanguageMap.ts:54</a></li>
|
|
1809
|
-
</ul>
|
|
1810
|
-
</aside>
|
|
1811
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1812
|
-
<ul class="tsd-parameters">
|
|
1813
|
-
<li>
|
|
1814
|
-
<h5>languageCollection: <a href="_languagemap_.languagemap.html" class="tsd-signature-type">LanguageMap</a></h5>
|
|
1815
|
-
</li>
|
|
1816
|
-
<li>
|
|
1817
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> locale: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
1818
|
-
</li>
|
|
1819
|
-
</ul>
|
|
1820
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span>
|
|
1821
|
-
<span class="tsd-signature-symbol"> | </span>
|
|
1822
|
-
<span class="tsd-signature-type">null</span>
|
|
1823
|
-
</h4>
|
|
1824
|
-
</li>
|
|
1825
|
-
</ul>
|
|
1826
|
-
</section>
|
|
1827
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1828
|
-
<a name="parse" class="tsd-anchor"></a>
|
|
1829
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> parse</h3>
|
|
1830
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1831
|
-
<li class="tsd-signature tsd-kind-icon">parse<span class="tsd-signature-symbol">(</span>language<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, defaultLocale<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_languagemap_.languagemap.html" class="tsd-signature-type">LanguageMap</a></li>
|
|
1832
|
-
</ul>
|
|
1833
|
-
<ul class="tsd-descriptions">
|
|
1834
|
-
<li class="tsd-description">
|
|
1835
|
-
<aside class="tsd-sources">
|
|
1836
|
-
<ul>
|
|
1837
|
-
<li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/LanguageMap.ts#L6">LanguageMap.ts:6</a></li>
|
|
1838
|
-
</ul>
|
|
1839
|
-
</aside>
|
|
1840
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1841
|
-
<ul class="tsd-parameters">
|
|
1842
|
-
<li>
|
|
1843
|
-
<h5>language: <span class="tsd-signature-type">any</span></h5>
|
|
1844
|
-
</li>
|
|
1845
|
-
<li>
|
|
1846
|
-
<h5>defaultLocale: <span class="tsd-signature-type">string</span></h5>
|
|
1847
|
-
</li>
|
|
1848
|
-
</ul>
|
|
1849
|
-
<h4 class="tsd-returns-title">Returns <a href="_languagemap_.languagemap.html" class="tsd-signature-type">LanguageMap</a></h4>
|
|
1850
|
-
</li>
|
|
1851
|
-
</ul>
|
|
1852
|
-
</section>
|
|
1853
|
-
</section>
|
|
1854
|
-
</div>
|
|
1855
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
1856
|
-
<nav class="tsd-navigation primary">
|
|
1857
|
-
<ul>
|
|
1858
|
-
<li class="globals ">
|
|
1859
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
1860
|
-
</li>
|
|
1861
|
-
<li class="current tsd-kind-external-module">
|
|
1862
|
-
<a href="../modules/_languagemap_.html">"<wbr>Language<wbr>Map"</a>
|
|
1863
|
-
</li>
|
|
1864
|
-
</ul>
|
|
1865
|
-
</nav>
|
|
1866
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
1867
|
-
<ul class="before-current">
|
|
1868
|
-
</ul>
|
|
1869
|
-
<ul class="current">
|
|
1870
|
-
<li class="current tsd-kind-class tsd-parent-kind-external-module">
|
|
1871
|
-
<a href="_languagemap_.languagemap.html" class="tsd-kind-icon">Language<wbr>Map</a>
|
|
1872
|
-
<ul>
|
|
1873
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1874
|
-
<a href="_languagemap_.languagemap.html#length" class="tsd-kind-icon">length</a>
|
|
1875
|
-
</li>
|
|
1876
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
|
|
1877
|
-
<a href="_languagemap_.languagemap.html#array" class="tsd-kind-icon">Array</a>
|
|
1878
|
-
</li>
|
|
1879
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1880
|
-
<a href="_languagemap_.languagemap.html#___iterator" class="tsd-kind-icon">__@iterator</a>
|
|
1881
|
-
</li>
|
|
1882
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1883
|
-
<a href="_languagemap_.languagemap.html#___unscopables" class="tsd-kind-icon">__@unscopables</a>
|
|
1884
|
-
</li>
|
|
1885
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1886
|
-
<a href="_languagemap_.languagemap.html#concat" class="tsd-kind-icon">concat</a>
|
|
1887
|
-
</li>
|
|
1888
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1889
|
-
<a href="_languagemap_.languagemap.html#copywithin" class="tsd-kind-icon">copy<wbr>Within</a>
|
|
1890
|
-
</li>
|
|
1891
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1892
|
-
<a href="_languagemap_.languagemap.html#entries" class="tsd-kind-icon">entries</a>
|
|
1893
|
-
</li>
|
|
1894
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1895
|
-
<a href="_languagemap_.languagemap.html#every" class="tsd-kind-icon">every</a>
|
|
1896
|
-
</li>
|
|
1897
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1898
|
-
<a href="_languagemap_.languagemap.html#fill" class="tsd-kind-icon">fill</a>
|
|
1899
|
-
</li>
|
|
1900
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1901
|
-
<a href="_languagemap_.languagemap.html#filter" class="tsd-kind-icon">filter</a>
|
|
1902
|
-
</li>
|
|
1903
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1904
|
-
<a href="_languagemap_.languagemap.html#find" class="tsd-kind-icon">find</a>
|
|
1905
|
-
</li>
|
|
1906
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1907
|
-
<a href="_languagemap_.languagemap.html#findindex" class="tsd-kind-icon">find<wbr>Index</a>
|
|
1908
|
-
</li>
|
|
1909
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1910
|
-
<a href="_languagemap_.languagemap.html#foreach" class="tsd-kind-icon">for<wbr>Each</a>
|
|
1911
|
-
</li>
|
|
1912
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1913
|
-
<a href="_languagemap_.languagemap.html#indexof" class="tsd-kind-icon">index<wbr>Of</a>
|
|
1914
|
-
</li>
|
|
1915
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1916
|
-
<a href="_languagemap_.languagemap.html#join" class="tsd-kind-icon">join</a>
|
|
1917
|
-
</li>
|
|
1918
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1919
|
-
<a href="_languagemap_.languagemap.html#keys" class="tsd-kind-icon">keys</a>
|
|
1920
|
-
</li>
|
|
1921
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1922
|
-
<a href="_languagemap_.languagemap.html#lastindexof" class="tsd-kind-icon">last<wbr>Index<wbr>Of</a>
|
|
1923
|
-
</li>
|
|
1924
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1925
|
-
<a href="_languagemap_.languagemap.html#map" class="tsd-kind-icon">map</a>
|
|
1926
|
-
</li>
|
|
1927
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1928
|
-
<a href="_languagemap_.languagemap.html#pop" class="tsd-kind-icon">pop</a>
|
|
1929
|
-
</li>
|
|
1930
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1931
|
-
<a href="_languagemap_.languagemap.html#push" class="tsd-kind-icon">push</a>
|
|
1932
|
-
</li>
|
|
1933
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1934
|
-
<a href="_languagemap_.languagemap.html#reduce" class="tsd-kind-icon">reduce</a>
|
|
1935
|
-
</li>
|
|
1936
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
1937
|
-
<a href="_languagemap_.languagemap.html#reduceright" class="tsd-kind-icon">reduce<wbr>Right</a>
|
|
1938
|
-
</li>
|
|
1939
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1940
|
-
<a href="_languagemap_.languagemap.html#reverse" class="tsd-kind-icon">reverse</a>
|
|
1941
|
-
</li>
|
|
1942
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1943
|
-
<a href="_languagemap_.languagemap.html#shift" class="tsd-kind-icon">shift</a>
|
|
1944
|
-
</li>
|
|
1945
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1946
|
-
<a href="_languagemap_.languagemap.html#slice" class="tsd-kind-icon">slice</a>
|
|
1947
|
-
</li>
|
|
1948
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1949
|
-
<a href="_languagemap_.languagemap.html#some" class="tsd-kind-icon">some</a>
|
|
1950
|
-
</li>
|
|
1951
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1952
|
-
<a href="_languagemap_.languagemap.html#sort" class="tsd-kind-icon">sort</a>
|
|
1953
|
-
</li>
|
|
1954
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1955
|
-
<a href="_languagemap_.languagemap.html#splice" class="tsd-kind-icon">splice</a>
|
|
1956
|
-
</li>
|
|
1957
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1958
|
-
<a href="_languagemap_.languagemap.html#tolocalestring" class="tsd-kind-icon">to<wbr>Locale<wbr>String</a>
|
|
1959
|
-
</li>
|
|
1960
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1961
|
-
<a href="_languagemap_.languagemap.html#tostring" class="tsd-kind-icon">to<wbr>String</a>
|
|
1962
|
-
</li>
|
|
1963
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1964
|
-
<a href="_languagemap_.languagemap.html#unshift" class="tsd-kind-icon">unshift</a>
|
|
1965
|
-
</li>
|
|
1966
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1967
|
-
<a href="_languagemap_.languagemap.html#values" class="tsd-kind-icon">values</a>
|
|
1968
|
-
</li>
|
|
1969
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1970
|
-
<a href="_languagemap_.languagemap.html#getvalue" class="tsd-kind-icon">get<wbr>Value</a>
|
|
1971
|
-
</li>
|
|
1972
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1973
|
-
<a href="_languagemap_.languagemap.html#parse" class="tsd-kind-icon">parse</a>
|
|
1974
|
-
</li>
|
|
1975
|
-
</ul>
|
|
1976
|
-
</li>
|
|
1977
|
-
</ul>
|
|
1978
|
-
<ul class="after-current">
|
|
1979
|
-
</ul>
|
|
1980
|
-
</nav>
|
|
1981
|
-
</div>
|
|
1982
|
-
</div>
|
|
1983
|
-
</div>
|
|
1984
|
-
<footer class="with-border-bottom">
|
|
1985
|
-
<div class="container">
|
|
1986
|
-
<h2>Legend</h2>
|
|
1987
|
-
<div class="tsd-legend-group">
|
|
1988
|
-
<ul class="tsd-legend">
|
|
1989
|
-
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
|
1990
|
-
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
|
1991
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
1992
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
1993
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
1994
|
-
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
|
1995
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
1996
|
-
</ul>
|
|
1997
|
-
<ul class="tsd-legend">
|
|
1998
|
-
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
1999
|
-
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
|
2000
|
-
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
|
2001
|
-
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
|
2002
|
-
</ul>
|
|
2003
|
-
<ul class="tsd-legend">
|
|
2004
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
2005
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
2006
|
-
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
|
2007
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
2008
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
2009
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
|
2010
|
-
</ul>
|
|
2011
|
-
<ul class="tsd-legend">
|
|
2012
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
2013
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
2014
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
2015
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
2016
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
2017
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
|
2018
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
|
2019
|
-
</ul>
|
|
2020
|
-
<ul class="tsd-legend">
|
|
2021
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
2022
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
2023
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
2024
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
|
2025
|
-
</ul>
|
|
2026
|
-
<ul class="tsd-legend">
|
|
2027
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
|
2028
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
|
2029
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
|
2030
|
-
</ul>
|
|
2031
|
-
<ul class="tsd-legend">
|
|
2032
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
2033
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
2034
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
|
2035
|
-
</ul>
|
|
2036
|
-
<ul class="tsd-legend">
|
|
2037
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
2038
|
-
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
2039
|
-
</ul>
|
|
2040
|
-
</div>
|
|
2041
|
-
</div>
|
|
2042
|
-
</footer>
|
|
2043
|
-
<div class="container tsd-generator">
|
|
2044
|
-
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
2045
|
-
</div>
|
|
2046
|
-
<div class="overlay"></div>
|
|
2047
|
-
<script src="../assets/js/main.js"></script>
|
|
2048
|
-
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
|
2049
|
-
</body>
|
|
2050
|
-
</html>
|