UNPKG
devalue
Version:
latest (5.7.1)
5.7.1
5.7.0
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.0
5.4.2
5.4.1
5.4.0
5.3.2
5.3.1
5.3.0
5.2.0
5.1.1
5.1.0
5.0.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
2.0.1
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Gets the job done when JSON.stringify can't
github.com/sveltejs/devalue
sveltejs/devalue
devalue
/
src
/
types.d.ts
14 lines
(13 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
type
TypedArray
= |
Int8Array
|
Uint8Array
|
Uint8ClampedArray
|
Int16Array
|
Uint16Array
|
Float16Array
|
Int32Array
|
Uint32Array
|
Float32Array
|
Float64Array
|
BigInt64Array
|
BigUint64Array
;