@qubit-ltd/json 1.2.0 → 1.2.2
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/doc/api/LosslessNumber.html +3 -610
- package/doc/api/data/search.json +1 -0
- package/doc/api/fonts/Inconsolata-Regular.ttf +0 -0
- package/doc/api/fonts/OpenSans-Regular.ttf +0 -0
- package/doc/api/fonts/WorkSans-Bold.ttf +0 -0
- package/doc/api/global.html +3 -1274
- package/doc/api/index.html +63 -264
- package/doc/api/scripts/core.js +726 -0
- package/doc/api/scripts/core.min.js +23 -0
- package/doc/api/scripts/resize.js +90 -0
- package/doc/api/scripts/search.js +265 -0
- package/doc/api/scripts/search.min.js +6 -0
- package/doc/api/scripts/{prettify → third-party}/Apache-License-2.0.txt +202 -202
- package/doc/api/scripts/third-party/fuse.js +9 -0
- package/doc/api/scripts/third-party/hljs-line-num-original.js +369 -0
- package/doc/api/scripts/third-party/hljs-line-num.js +1 -0
- package/doc/api/scripts/third-party/hljs-original.js +5171 -0
- package/doc/api/scripts/third-party/hljs.js +1 -0
- package/doc/api/scripts/third-party/popper.js +5 -0
- package/doc/api/scripts/third-party/tippy.js +1 -0
- package/doc/api/scripts/third-party/tocbot.js +672 -0
- package/doc/api/scripts/third-party/tocbot.min.js +1 -0
- package/doc/api/styles/clean-jsdoc-theme-base.css +1159 -0
- package/doc/api/styles/clean-jsdoc-theme-dark.css +412 -0
- package/doc/api/styles/clean-jsdoc-theme-light.css +482 -0
- package/doc/api/styles/clean-jsdoc-theme-scrollbar.css +30 -0
- package/doc/api/styles/clean-jsdoc-theme-without-scrollbar.min.css +1 -0
- package/doc/api/styles/clean-jsdoc-theme.min.css +1 -0
- package/doc/json.min.visualization.html +1 -1
- package/doc/json.visualization.html +1 -1
- package/package.json +2 -3
- package/doc/api/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Bold-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-BoldItalic-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Italic-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-Light-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Light-webfont.svg +0 -1839
- package/doc/api/fonts/OpenSans-Light-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-LightItalic-webfont.svg +0 -1843
- package/doc/api/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Regular-webfont.svg +0 -1839
- package/doc/api/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-Semibold-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Semibold-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- package/doc/api/fonts/OpenSans-Semibold-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- package/doc/api/scripts/linenumber.js +0 -34
- package/doc/api/scripts/prettify/lang-css.js +0 -2
- package/doc/api/scripts/prettify/prettify.js +0 -28
- package/doc/api/styles/jsdoc-default.css +0 -699
- package/doc/api/styles/prettify-jsdoc.css +0 -120
- package/doc/api/styles/prettify-tomorrow.css +0 -141
package/doc/api/global.html
CHANGED
|
@@ -1,1274 +1,3 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
-
<title>Global - Documentation</title>
|
|
7
|
-
|
|
8
|
-
<script src="scripts/prettify/prettify.js"></script>
|
|
9
|
-
<script src="scripts/prettify/lang-css.js"></script>
|
|
10
|
-
<!--[if lt IE 9]>
|
|
11
|
-
<script src="https://cdn.bootcdn.net/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
12
|
-
<![endif]-->
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
|
15
|
-
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
16
|
-
</head>
|
|
17
|
-
<body>
|
|
18
|
-
|
|
19
|
-
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
|
20
|
-
<label for="nav-trigger" class="navicon-button x">
|
|
21
|
-
<div class="navicon"></div>
|
|
22
|
-
</label>
|
|
23
|
-
|
|
24
|
-
<label for="nav-trigger" class="overlay"></label>
|
|
25
|
-
|
|
26
|
-
<nav>
|
|
27
|
-
<li class="nav-link nav-home-link"><a href="index.html">Home</a></li><li class="nav-heading">Classes</li><li class="nav-heading"><span class="nav-item-type type-class">C</span><span class="nav-item-name"><a href="LosslessNumber.html">LosslessNumber</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="LosslessNumber.html#toString">toString</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="LosslessNumber.html#valueOf">valueOf</a></span></li><li class="nav-heading"><a href="global.html">Globals</a></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#getUnsafeReason">getUnsafeReason</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#isBigInt">isBigInt</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#isInteger">isInteger</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#isNumber">isNumber</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#isSafeNumber">isSafeNumber</a></span></li><li class="nav-item"><span class="nav-item-type type-member">M</span><span class="nav-item-name"><a href="global.html#json">json</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#toSafeNumberOrThrow">toSafeNumberOrThrow</a></span></li>
|
|
28
|
-
</nav>
|
|
29
|
-
|
|
30
|
-
<div id="main">
|
|
31
|
-
|
|
32
|
-
<h1 class="page-title">Global</h1>
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
<section>
|
|
41
|
-
|
|
42
|
-
<header>
|
|
43
|
-
|
|
44
|
-
<h2>
|
|
45
|
-
|
|
46
|
-
</h2>
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
</header>
|
|
50
|
-
|
|
51
|
-
<article>
|
|
52
|
-
<div class="container-overview">
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
<dl class="details">
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
</dl>
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
</div>
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
<h3 class="subsection-title">Members</h3>
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
<div class="section-members">
|
|
115
|
-
<h4 class="name" id="json"><span class="type-signature">(constant) </span>json<span class="type-signature"> :object</span></h4>
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
<div class="description">
|
|
121
|
-
<p>A customized JSON object which supports lossless number parsing and stringifying.</p>
|
|
122
|
-
<p>This object provides two methods: <code>parse</code> and <code>stringify</code>, which are the same as the
|
|
123
|
-
<code>JSON.parse</code> and <code>JSON.stringify</code> methods, except that they support lossless number
|
|
124
|
-
parsing and stringifying.</p>
|
|
125
|
-
</div>
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
<dl class="details">
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
</dl>
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
<h5>Type:</h5>
|
|
169
|
-
<ul>
|
|
170
|
-
<li>
|
|
171
|
-
|
|
172
|
-
<span class="param-type"><code>object</code></span>
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
</li>
|
|
176
|
-
</ul>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
</div>
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
<h3 class="subsection-title">Methods</h3>
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
<div class="section-method">
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
<h4 class="name" id="getUnsafeReason"><span class="type-signature"></span>getUnsafeReason<span class="signature">(value)</span><span class="type-signature"> → {string}</span></h4>
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
<div class="description">
|
|
205
|
-
<p>When the provided value is an unsafe number, describe what the reason is</p>
|
|
206
|
-
<ul>
|
|
207
|
-
<li><code>'overflow'</code></li>
|
|
208
|
-
<li><code>'underflow'</code></li>
|
|
209
|
-
<li><code>'truncate_integer'</code></li>
|
|
210
|
-
<li><code>'truncate_float'</code></li>
|
|
211
|
-
<li><code>'none'</code> (when the value is safe)</li>
|
|
212
|
-
</ul>
|
|
213
|
-
</div>
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
<dl class="details">
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
</dl>
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
<h5>Parameters:</h5>
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
<table class="params">
|
|
266
|
-
<thead>
|
|
267
|
-
<tr>
|
|
268
|
-
|
|
269
|
-
<th>Name</th>
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
<th>Type</th>
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
<th class="last">Description</th>
|
|
279
|
-
</tr>
|
|
280
|
-
</thead>
|
|
281
|
-
|
|
282
|
-
<tbody>
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
<tr>
|
|
286
|
-
|
|
287
|
-
<td class="name"><code>value</code></td>
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
<td class="type">
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
<span class="param-type"><code>string</code></span>
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
</td>
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
<td class="description last">
|
|
304
|
-
<p>The string represents a number to test.</p>
|
|
305
|
-
|
|
306
|
-
</td>
|
|
307
|
-
</tr>
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
</tbody>
|
|
311
|
-
</table>
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
<div class="section-returns">
|
|
329
|
-
<h5>Returns:</h5>
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
<dl class="param-type">
|
|
334
|
-
<dt>
|
|
335
|
-
Type:
|
|
336
|
-
</dt>
|
|
337
|
-
<dd>
|
|
338
|
-
|
|
339
|
-
<span class="param-type"><code>string</code></span>
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
</dd>
|
|
343
|
-
</dl>
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
<div class="param-desc">
|
|
347
|
-
<p>The reason why the value is unsafe. Returns <code>'none'</code> when the value is safe.</p>
|
|
348
|
-
</div>
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
</div>
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
</div>
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
<div class="section-method">
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
<h4 class="name" id="isBigInt"><span class="type-signature"></span>isBigInt<span class="signature">(value)</span><span class="type-signature"> → {boolean}</span></h4>
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
<div class="description">
|
|
373
|
-
<p>Test whether a string represents a BigInt.</p>
|
|
374
|
-
</div>
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
<dl class="details">
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
</dl>
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
<h5>Parameters:</h5>
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
<table class="params">
|
|
427
|
-
<thead>
|
|
428
|
-
<tr>
|
|
429
|
-
|
|
430
|
-
<th>Name</th>
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
<th>Type</th>
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
<th class="last">Description</th>
|
|
440
|
-
</tr>
|
|
441
|
-
</thead>
|
|
442
|
-
|
|
443
|
-
<tbody>
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
<tr>
|
|
447
|
-
|
|
448
|
-
<td class="name"><code>value</code></td>
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
<td class="type">
|
|
452
|
-
|
|
453
|
-
</td>
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
<td class="description last">
|
|
460
|
-
<p>The string to test.</p>
|
|
461
|
-
|
|
462
|
-
</td>
|
|
463
|
-
</tr>
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
</tbody>
|
|
467
|
-
</table>
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
<div class="section-returns">
|
|
485
|
-
<h5>Returns:</h5>
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
<dl class="param-type">
|
|
490
|
-
<dt>
|
|
491
|
-
Type:
|
|
492
|
-
</dt>
|
|
493
|
-
<dd>
|
|
494
|
-
|
|
495
|
-
<span class="param-type"><code>boolean</code></span>
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
</dd>
|
|
499
|
-
</dl>
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
<div class="param-desc">
|
|
503
|
-
<p>true if the string contains a BigInt; false otherwise.</p>
|
|
504
|
-
</div>
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
</div>
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
</div>
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
<div class="section-method">
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
<h4 class="name" id="isInteger"><span class="type-signature"></span>isInteger<span class="signature">(value)</span><span class="type-signature"> → {boolean}</span></h4>
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
<div class="description">
|
|
529
|
-
<p>Test whether a string represents an integer.</p>
|
|
530
|
-
</div>
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
<dl class="details">
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
</dl>
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
<h5>Parameters:</h5>
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
<table class="params">
|
|
583
|
-
<thead>
|
|
584
|
-
<tr>
|
|
585
|
-
|
|
586
|
-
<th>Name</th>
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
<th>Type</th>
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
<th class="last">Description</th>
|
|
596
|
-
</tr>
|
|
597
|
-
</thead>
|
|
598
|
-
|
|
599
|
-
<tbody>
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
<tr>
|
|
603
|
-
|
|
604
|
-
<td class="name"><code>value</code></td>
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
<td class="type">
|
|
608
|
-
|
|
609
|
-
</td>
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
<td class="description last">
|
|
616
|
-
<p>The string to test.</p>
|
|
617
|
-
|
|
618
|
-
</td>
|
|
619
|
-
</tr>
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
</tbody>
|
|
623
|
-
</table>
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
<div class="section-returns">
|
|
641
|
-
<h5>Returns:</h5>
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
<dl class="param-type">
|
|
646
|
-
<dt>
|
|
647
|
-
Type:
|
|
648
|
-
</dt>
|
|
649
|
-
<dd>
|
|
650
|
-
|
|
651
|
-
<span class="param-type"><code>boolean</code></span>
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
</dd>
|
|
655
|
-
</dl>
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
<div class="param-desc">
|
|
659
|
-
<p>true if the string contains an integer; false otherwise.</p>
|
|
660
|
-
</div>
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
</div>
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
</div>
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
<div class="section-method">
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
<h4 class="name" id="isNumber"><span class="type-signature"></span>isNumber<span class="signature">(value)</span><span class="type-signature"> → {boolean}</span></h4>
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
<div class="description">
|
|
685
|
-
<p>Test whether a string represents a number</p>
|
|
686
|
-
</div>
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
<dl class="details">
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
</dl>
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
<h5>Parameters:</h5>
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
<table class="params">
|
|
739
|
-
<thead>
|
|
740
|
-
<tr>
|
|
741
|
-
|
|
742
|
-
<th>Name</th>
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
<th>Type</th>
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
<th class="last">Description</th>
|
|
752
|
-
</tr>
|
|
753
|
-
</thead>
|
|
754
|
-
|
|
755
|
-
<tbody>
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
<tr>
|
|
759
|
-
|
|
760
|
-
<td class="name"><code>value</code></td>
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
<td class="type">
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
<span class="param-type"><code>string</code></span>
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
</td>
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
<td class="description last">
|
|
777
|
-
<p>The string to test.</p>
|
|
778
|
-
|
|
779
|
-
</td>
|
|
780
|
-
</tr>
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
</tbody>
|
|
784
|
-
</table>
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
<div class="section-returns">
|
|
802
|
-
<h5>Returns:</h5>
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
<dl class="param-type">
|
|
807
|
-
<dt>
|
|
808
|
-
Type:
|
|
809
|
-
</dt>
|
|
810
|
-
<dd>
|
|
811
|
-
|
|
812
|
-
<span class="param-type"><code>boolean</code></span>
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
</dd>
|
|
816
|
-
</dl>
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
<div class="param-desc">
|
|
820
|
-
<p>true if the string contains a number; false otherwise.</p>
|
|
821
|
-
</div>
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
</div>
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
</div>
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
<div class="section-method">
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
<h4 class="name" id="isSafeNumber"><span class="type-signature"></span>isSafeNumber<span class="signature">(value, options)</span><span class="type-signature"> → {boolean}</span></h4>
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
<div class="description">
|
|
846
|
-
<p>Test whether a string can be safely represented with a number without
|
|
847
|
-
information loss.</p>
|
|
848
|
-
<p>When the argument <code>approx</code> is true, floating point numbers that lose a few
|
|
849
|
-
digits but are still approximately equal in value are considered safe too.
|
|
850
|
-
Integer numbers must still be exactly equal.</p>
|
|
851
|
-
</div>
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
<dl class="details">
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
</dl>
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
<h5>Parameters:</h5>
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
<table class="params">
|
|
904
|
-
<thead>
|
|
905
|
-
<tr>
|
|
906
|
-
|
|
907
|
-
<th>Name</th>
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
<th>Type</th>
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
<th class="last">Description</th>
|
|
917
|
-
</tr>
|
|
918
|
-
</thead>
|
|
919
|
-
|
|
920
|
-
<tbody>
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
<tr>
|
|
924
|
-
|
|
925
|
-
<td class="name"><code>value</code></td>
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
<td class="type">
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
<span class="param-type"><code>string</code></span>
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
</td>
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
<td class="description last">
|
|
942
|
-
<p>The string to test.</p>
|
|
943
|
-
|
|
944
|
-
</td>
|
|
945
|
-
</tr>
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
<tr>
|
|
950
|
-
|
|
951
|
-
<td class="name"><code>options</code></td>
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
<td class="type">
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
<span class="param-type"><code>object</code></span>
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
</td>
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
<td class="description last">
|
|
968
|
-
<p>The options of the test. It may contain the following properties:
|
|
969
|
-
- <code>approx: boolean</code>: indicates whether to consider approximately equal
|
|
970
|
-
floating point numbers as safe. Default is <code>false</code>.
|
|
971
|
-
- <code>requiredDigits: number</code>: the number of significant digits required for
|
|
972
|
-
a floating point number to be considered approximately equal. Default
|
|
973
|
-
is <code>14</code>.</p>
|
|
974
|
-
|
|
975
|
-
</td>
|
|
976
|
-
</tr>
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
</tbody>
|
|
980
|
-
</table>
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
<div class="section-returns">
|
|
998
|
-
<h5>Returns:</h5>
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
<dl class="param-type">
|
|
1003
|
-
<dt>
|
|
1004
|
-
Type:
|
|
1005
|
-
</dt>
|
|
1006
|
-
<dd>
|
|
1007
|
-
|
|
1008
|
-
<span class="param-type"><code>boolean</code></span>
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
</dd>
|
|
1012
|
-
</dl>
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
<div class="param-desc">
|
|
1016
|
-
<p>true if the string can be safely represented with a number; false
|
|
1017
|
-
otherwise.</p>
|
|
1018
|
-
</div>
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
</div>
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
</div>
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
<div class="section-method">
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
<h4 class="name" id="toSafeNumberOrThrow"><span class="type-signature"></span>toSafeNumberOrThrow<span class="signature">(value, options)</span><span class="type-signature"> → {number}</span></h4>
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
<div class="description">
|
|
1043
|
-
<p>Convert a string into a number when it is safe to do so.
|
|
1044
|
-
Throws an error otherwise, explaining the reason.</p>
|
|
1045
|
-
</div>
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
<dl class="details">
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
</dl>
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
<h5>Parameters:</h5>
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
<table class="params">
|
|
1098
|
-
<thead>
|
|
1099
|
-
<tr>
|
|
1100
|
-
|
|
1101
|
-
<th>Name</th>
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
<th>Type</th>
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
<th class="last">Description</th>
|
|
1111
|
-
</tr>
|
|
1112
|
-
</thead>
|
|
1113
|
-
|
|
1114
|
-
<tbody>
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
<tr>
|
|
1118
|
-
|
|
1119
|
-
<td class="name"><code>value</code></td>
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
<td class="type">
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
<span class="param-type"><code>string</code></span>
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
</td>
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
<td class="description last">
|
|
1136
|
-
<p>The string to convert into a number.</p>
|
|
1137
|
-
|
|
1138
|
-
</td>
|
|
1139
|
-
</tr>
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
<tr>
|
|
1144
|
-
|
|
1145
|
-
<td class="name"><code>options</code></td>
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
<td class="type">
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
<span class="param-type"><code>object</code></span>
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
</td>
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
<td class="description last">
|
|
1162
|
-
<p>The options for conversion.</p>
|
|
1163
|
-
|
|
1164
|
-
</td>
|
|
1165
|
-
</tr>
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
</tbody>
|
|
1169
|
-
</table>
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
<div class="section-throws">
|
|
1185
|
-
<h5>Throws:</h5>
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
<dl>
|
|
1190
|
-
<dt>
|
|
1191
|
-
<div class="param-desc">
|
|
1192
|
-
<p>When the value is not safe to convert.</p>
|
|
1193
|
-
</div>
|
|
1194
|
-
</dt>
|
|
1195
|
-
<dd></dd>
|
|
1196
|
-
<dt>
|
|
1197
|
-
<dl>
|
|
1198
|
-
<dt>
|
|
1199
|
-
Type
|
|
1200
|
-
</dt>
|
|
1201
|
-
<dd>
|
|
1202
|
-
|
|
1203
|
-
<span class="param-type"><code>Error</code></span>
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
</dd>
|
|
1207
|
-
</dl>
|
|
1208
|
-
</dt>
|
|
1209
|
-
<dd></dd>
|
|
1210
|
-
</dl>
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
</div>
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
<div class="section-returns">
|
|
1219
|
-
<h5>Returns:</h5>
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
<dl class="param-type">
|
|
1224
|
-
<dt>
|
|
1225
|
-
Type:
|
|
1226
|
-
</dt>
|
|
1227
|
-
<dd>
|
|
1228
|
-
|
|
1229
|
-
<span class="param-type"><code>number</code></span>
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
</dd>
|
|
1233
|
-
</dl>
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
<div class="param-desc">
|
|
1237
|
-
<p>The converted safe number.</p>
|
|
1238
|
-
</div>
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
</div>
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
</div>
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
</article>
|
|
1255
|
-
|
|
1256
|
-
</section>
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
</div>
|
|
1262
|
-
|
|
1263
|
-
<br class="clear">
|
|
1264
|
-
|
|
1265
|
-
<footer>
|
|
1266
|
-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
|
|
1267
|
-
on Wed Apr 16 2025 18:02:33 GMT+0800 (China Standard Time)
|
|
1268
|
-
using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
|
|
1269
|
-
</footer>
|
|
1270
|
-
|
|
1271
|
-
<script>prettyPrint();</script>
|
|
1272
|
-
<script src="scripts/linenumber.js"></script>
|
|
1273
|
-
</body>
|
|
1274
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" style="font-size:16px"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Global</title><!--[if lt IE 9]>
|
|
2
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
3
|
+
<![endif]--><script src="scripts/third-party/hljs.js" defer="defer"></script><script src="scripts/third-party/hljs-line-num.js" defer="defer"></script><script src="scripts/third-party/popper.js" defer="defer"></script><script src="scripts/third-party/tippy.js" defer="defer"></script><script src="scripts/third-party/tocbot.min.js"></script><script>var baseURL="/",locationPathname="";baseURL=(locationPathname=document.location.pathname).substr(0,locationPathname.lastIndexOf("/")+1)</script><link rel="stylesheet" href="styles/clean-jsdoc-theme.min.css"><svg aria-hidden="true" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display:none"><defs><symbol id="copy-icon" viewbox="0 0 488.3 488.3"><g><path d="M314.25,85.4h-227c-21.3,0-38.6,17.3-38.6,38.6v325.7c0,21.3,17.3,38.6,38.6,38.6h227c21.3,0,38.6-17.3,38.6-38.6V124 C352.75,102.7,335.45,85.4,314.25,85.4z M325.75,449.6c0,6.4-5.2,11.6-11.6,11.6h-227c-6.4,0-11.6-5.2-11.6-11.6V124 c0-6.4,5.2-11.6,11.6-11.6h227c6.4,0,11.6,5.2,11.6,11.6V449.6z"/><path d="M401.05,0h-227c-21.3,0-38.6,17.3-38.6,38.6c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5c0-6.4,5.2-11.6,11.6-11.6h227 c6.4,0,11.6,5.2,11.6,11.6v325.7c0,6.4-5.2,11.6-11.6,11.6c-7.5,0-13.5,6-13.5,13.5s6,13.5,13.5,13.5c21.3,0,38.6-17.3,38.6-38.6 V38.6C439.65,17.3,422.35,0,401.05,0z"/></g></symbol><symbol id="search-icon" viewBox="0 0 512 512"><g><g><path d="M225.474,0C101.151,0,0,101.151,0,225.474c0,124.33,101.151,225.474,225.474,225.474 c124.33,0,225.474-101.144,225.474-225.474C450.948,101.151,349.804,0,225.474,0z M225.474,409.323 c-101.373,0-183.848-82.475-183.848-183.848S124.101,41.626,225.474,41.626s183.848,82.475,183.848,183.848 S326.847,409.323,225.474,409.323z"/></g></g><g><g><path d="M505.902,476.472L386.574,357.144c-8.131-8.131-21.299-8.131-29.43,0c-8.131,8.124-8.131,21.306,0,29.43l119.328,119.328 c4.065,4.065,9.387,6.098,14.715,6.098c5.321,0,10.649-2.033,14.715-6.098C514.033,497.778,514.033,484.596,505.902,476.472z"/></g></g></symbol><symbol id="font-size-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M11.246 15H4.754l-2 5H.6L7 4h2l6.4 16h-2.154l-2-5zm-.8-2L8 6.885 5.554 13h4.892zM21 12.535V12h2v8h-2v-.535a4 4 0 1 1 0-6.93zM19 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></symbol><symbol id="add-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"/></symbol><symbol id="minus-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M5 11h14v2H5z"/></symbol><symbol id="dark-theme-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M10 7a7 7 0 0 0 12 4.9v.1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2h.1A6.979 6.979 0 0 0 10 7zm-6 5a8 8 0 0 0 15.062 3.762A9 9 0 0 1 8.238 4.938 7.999 7.999 0 0 0 4 12z"/></symbol><symbol id="light-theme-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z"/></symbol><symbol id="reset-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M18.537 19.567A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772l.997 1.795z"/></symbol><symbol id="down-icon" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7803 6.21967C13.0732 6.51256 13.0732 6.98744 12.7803 7.28033L8.53033 11.5303C8.23744 11.8232 7.76256 11.8232 7.46967 11.5303L3.21967 7.28033C2.92678 6.98744 2.92678 6.51256 3.21967 6.21967C3.51256 5.92678 3.98744 5.92678 4.28033 6.21967L8 9.93934L11.7197 6.21967C12.0126 5.92678 12.4874 5.92678 12.7803 6.21967Z"></path></symbol><symbol id="codepen-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M16.5 13.202L13 15.535v3.596L19.197 15 16.5 13.202zM14.697 12L12 10.202 9.303 12 12 13.798 14.697 12zM20 10.869L18.303 12 20 13.131V10.87zM19.197 9L13 4.869v3.596l3.5 2.333L19.197 9zM7.5 10.798L11 8.465V4.869L4.803 9 7.5 10.798zM4.803 15L11 19.131v-3.596l-3.5-2.333L4.803 15zM4 13.131L5.697 12 4 10.869v2.262zM2 9a1 1 0 0 1 .445-.832l9-6a1 1 0 0 1 1.11 0l9 6A1 1 0 0 1 22 9v6a1 1 0 0 1-.445.832l-9 6a1 1 0 0 1-1.11 0l-9-6A1 1 0 0 1 2 15V9z"/></symbol><symbol id="close-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"/></symbol><symbol id="menu-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"/></symbol></defs></svg></head><body data-theme="dark"><div class="sidebar-container"><div class="sidebar" id="sidebar"><div class="sidebar-items-container"><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-classes"><div>Classes</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-children-container"><div class="sidebar-section-children"><a href="LosslessNumber.html">LosslessNumber</a></div></div><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-global"><div>Global</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-children-container"><div class="sidebar-section-children"><a href="global.html#getUnsafeReason">getUnsafeReason</a></div><div class="sidebar-section-children"><a href="global.html#isBigInt">isBigInt</a></div><div class="sidebar-section-children"><a href="global.html#isInteger">isInteger</a></div><div class="sidebar-section-children"><a href="global.html#isNumber">isNumber</a></div><div class="sidebar-section-children"><a href="global.html#isSafeNumber">isSafeNumber</a></div><div class="sidebar-section-children"><a href="global.html#json">json</a></div><div class="sidebar-section-children"><a href="global.html#toSafeNumberOrThrow">toSafeNumberOrThrow</a></div></div></div></div></div><div class="navbar-container" id="VuAckcnZhf"><nav class="navbar"><div class="navbar-left-items"></div><div class="navbar-right-items"><div class="navbar-right-item"><button class="icon-button search-button" aria-label="open-search"><svg><use xlink:href="#search-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button theme-toggle" aria-label="toggle-theme"><svg><use class="theme-svg-use" xlink:href="#light-theme-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button font-size" aria-label="change-font-size"><svg><use xlink:href="#font-size-icon"></use></svg></button></div></div><nav></nav></nav></div><div class="toc-container"><div class="toc-content"><span class="bold">On this page</span><div id="eed4d2a0bfd64539bb9df78095dec881"></div></div></div><div class="body-wrapper"><div class="main-content"><div class="main-wrapper"><section><article><div class="container-overview"></div><h2 id="members" class="subsection-title has-anchor">Members</h2><h3 class="name has-anchor" id="json"><span class="type-signature">(constant) </span>json<span class="type-signature"> :object</span></h3><div class="description"><p>A customized JSON object which supports lossless number parsing and stringifying.</p><p>This object provides two methods: <code>parse</code> and <code>stringify</code>, which are the same as the <code>JSON.parse</code> and <code>JSON.stringify</code> methods, except that they support lossless number parsing and stringifying.</p></div><div class="member-item-container flex"><strong>Type:</strong><ul><li><span class="param-type">object</span></li></ul></div><h2 id="methods" class="subsection-title has-anchor">Methods</h2><h3 class="name has-anchor" id="getUnsafeReason"><span class="type-signature"></span>getUnsafeReason<span class="signature">(value)</span><span class="type-signature"> → {string}</span></h3><div class="description"><p>When the provided value is an unsafe number, describe what the reason is</p><ul><li><code>'overflow'</code></li><li><code>'underflow'</code></li><li><code>'truncate_integer'</code></li><li><code>'truncate_float'</code></li><li><code>'none'</code> (when the value is safe)</li></ul></div><div class="method-member-container flex flex-col w-100 overflow-auto mt-20"><strong>Parameters:</strong><table class="params"><thead><tr><th>Name</th><th>Type</th><th class="last">Description</th></tr></thead><tbody><tr><td class="name"><code>value</code></td><td class="type"><span class="param-type">string</span></td><td class="description last"><p>The string represents a number to test.</p></td></tr></tbody></table></div><div class="method-member-container mt-20"><strong>Returns:</strong><div class="param-desc"><p>The reason why the value is unsafe. Returns <code>'none'</code> when the value is safe.</p></div><dl class="param-type"><dt>Type: </dt><dd><span class="param-type">string</span></dd></dl></div><h3 class="name has-anchor" id="isBigInt"><span class="type-signature"></span>isBigInt<span class="signature">(value)</span><span class="type-signature"> → {boolean}</span></h3><div class="description"><p>Test whether a string represents a BigInt.</p></div><div class="method-member-container flex flex-col w-100 overflow-auto mt-20"><strong>Parameters:</strong><table class="params"><thead><tr><th>Name</th><th>Type</th><th class="last">Description</th></tr></thead><tbody><tr><td class="name"><code>value</code></td><td class="type"></td><td class="description last"><p>The string to test.</p></td></tr></tbody></table></div><div class="method-member-container mt-20"><strong>Returns:</strong><div class="param-desc"><p>true if the string contains a BigInt; false otherwise.</p></div><dl class="param-type"><dt>Type: </dt><dd><span class="param-type">boolean</span></dd></dl></div><h3 class="name has-anchor" id="isInteger"><span class="type-signature"></span>isInteger<span class="signature">(value)</span><span class="type-signature"> → {boolean}</span></h3><div class="description"><p>Test whether a string represents an integer.</p></div><div class="method-member-container flex flex-col w-100 overflow-auto mt-20"><strong>Parameters:</strong><table class="params"><thead><tr><th>Name</th><th>Type</th><th class="last">Description</th></tr></thead><tbody><tr><td class="name"><code>value</code></td><td class="type"></td><td class="description last"><p>The string to test.</p></td></tr></tbody></table></div><div class="method-member-container mt-20"><strong>Returns:</strong><div class="param-desc"><p>true if the string contains an integer; false otherwise.</p></div><dl class="param-type"><dt>Type: </dt><dd><span class="param-type">boolean</span></dd></dl></div><h3 class="name has-anchor" id="isNumber"><span class="type-signature"></span>isNumber<span class="signature">(value)</span><span class="type-signature"> → {boolean}</span></h3><div class="description"><p>Test whether a string represents a number</p></div><div class="method-member-container flex flex-col w-100 overflow-auto mt-20"><strong>Parameters:</strong><table class="params"><thead><tr><th>Name</th><th>Type</th><th class="last">Description</th></tr></thead><tbody><tr><td class="name"><code>value</code></td><td class="type"><span class="param-type">string</span></td><td class="description last"><p>The string to test.</p></td></tr></tbody></table></div><div class="method-member-container mt-20"><strong>Returns:</strong><div class="param-desc"><p>true if the string contains a number; false otherwise.</p></div><dl class="param-type"><dt>Type: </dt><dd><span class="param-type">boolean</span></dd></dl></div><h3 class="name has-anchor" id="isSafeNumber"><span class="type-signature"></span>isSafeNumber<span class="signature">(value, options)</span><span class="type-signature"> → {boolean}</span></h3><div class="description"><p>Test whether a string can be safely represented with a number without information loss.</p><p>When the argument <code>approx</code> is true, floating point numbers that lose a few digits but are still approximately equal in value are considered safe too. Integer numbers must still be exactly equal.</p></div><div class="method-member-container flex flex-col w-100 overflow-auto mt-20"><strong>Parameters:</strong><table class="params"><thead><tr><th>Name</th><th>Type</th><th class="last">Description</th></tr></thead><tbody><tr><td class="name"><code>value</code></td><td class="type"><span class="param-type">string</span></td><td class="description last"><p>The string to test.</p></td></tr><tr><td class="name"><code>options</code></td><td class="type"><span class="param-type">object</span></td><td class="description last"><p>The options of the test. It may contain the following properties: - <code>approx: boolean</code>: indicates whether to consider approximately equal floating point numbers as safe. Default is <code>false</code>. - <code>requiredDigits: number</code>: the number of significant digits required for a floating point number to be considered approximately equal. Default is <code>14</code>.</p></td></tr></tbody></table></div><div class="method-member-container mt-20"><strong>Returns:</strong><div class="param-desc"><p>true if the string can be safely represented with a number; false otherwise.</p></div><dl class="param-type"><dt>Type: </dt><dd><span class="param-type">boolean</span></dd></dl></div><h3 class="name has-anchor" id="toSafeNumberOrThrow"><span class="type-signature"></span>toSafeNumberOrThrow<span class="signature">(value, options)</span><span class="type-signature"> → {number}</span></h3><div class="description"><p>Convert a string into a number when it is safe to do so. Throws an error otherwise, explaining the reason.</p></div><div class="method-member-container flex flex-col w-100 overflow-auto mt-20"><strong>Parameters:</strong><table class="params"><thead><tr><th>Name</th><th>Type</th><th class="last">Description</th></tr></thead><tbody><tr><td class="name"><code>value</code></td><td class="type"><span class="param-type">string</span></td><td class="description last"><p>The string to convert into a number.</p></td></tr><tr><td class="name"><code>options</code></td><td class="type"><span class="param-type">object</span></td><td class="description last"><p>The options for conversion.</p></td></tr></tbody></table></div><div class="method-member-container mt-20"><strong>Throws:</strong><dl><dt><div class="param-desc"><p>When the value is not safe to convert.</p></div></dt><dd></dd><dt><dl><dt>Type</dt><dd><span class="param-type">Error</span></dd></dl></dt><dd></dd></dl></div><div class="method-member-container mt-20"><strong>Returns:</strong><div class="param-desc"><p>The converted safe number.</p></div><dl class="param-type"><dt>Type: </dt><dd><span class="param-type">number</span></dd></dl></div></article></section></div></div></div><div class="search-container" id="PkfLWpAbet" style="display:none"><div class="wrapper" id="iCxFxjkHbP"><button class="icon-button search-close-button" id="VjLlGakifb" aria-label="close search"><svg><use xlink:href="#close-icon"></use></svg></button><div class="search-box-c"><svg><use xlink:href="#search-icon"></use></svg> <input type="text" id="vpcKVYIppa" class="search-input" placeholder="Search..." autofocus></div><div class="search-result-c" id="fWwVHRuDuN"><span class="search-result-c-text">Type anything to view search result</span></div></div></div><div class="mobile-menu-icon-container"><button class="icon-button" id="mobile-menu" data-isopen="false" aria-label="menu"><svg><use xlink:href="#menu-icon"></use></svg></button></div><div id="mobile-sidebar" class="mobile-sidebar-container"><div class="mobile-sidebar-wrapper"><div class="mobile-nav-links"></div><div class="mobile-sidebar-items-c"><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-classes"><div>Classes</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-children-container"><div class="sidebar-section-children"><a href="LosslessNumber.html">LosslessNumber</a></div></div><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-global"><div>Global</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-children-container"><div class="sidebar-section-children"><a href="global.html#getUnsafeReason">getUnsafeReason</a></div><div class="sidebar-section-children"><a href="global.html#isBigInt">isBigInt</a></div><div class="sidebar-section-children"><a href="global.html#isInteger">isInteger</a></div><div class="sidebar-section-children"><a href="global.html#isNumber">isNumber</a></div><div class="sidebar-section-children"><a href="global.html#isSafeNumber">isSafeNumber</a></div><div class="sidebar-section-children"><a href="global.html#json">json</a></div><div class="sidebar-section-children"><a href="global.html#toSafeNumberOrThrow">toSafeNumberOrThrow</a></div></div></div><div class="mobile-navbar-actions"><div class="navbar-right-item"><button class="icon-button search-button" aria-label="open-search"><svg><use xlink:href="#search-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button theme-toggle" aria-label="toggle-theme"><svg><use class="theme-svg-use" xlink:href="#light-theme-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button font-size" aria-label="change-font-size"><svg><use xlink:href="#font-size-icon"></use></svg></button></div></div></div></div><script type="text/javascript" src="scripts/core.min.js"></script><script src="scripts/search.min.js" defer="defer"></script><script src="scripts/third-party/fuse.js" defer="defer"></script><script type="text/javascript">var tocbotInstance=tocbot.init({tocSelector:"#eed4d2a0bfd64539bb9df78095dec881",contentSelector:".main-content",headingSelector:"h1, h2, h3",hasInnerContainers:!0,scrollContainer:".main-content",headingsOffset:130,onClick:bringLinkToView})</script></body></html>
|