Skip to content

Commit 418691c

Browse files
committed
Merge pull request #38 from achirkin/patch-1
Added Float32/64 Typed array types
2 parents 4b8ad4e + 2176d73 commit 418691c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/TypedArray.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module JavaScript.TypedArray
22
( TypedArray(..)
33
, Int8Array, Int16Array, Int32Array
44
, Uint8Array, Uint16Array, Uint32Array
5-
, Uint8ClampedArray
5+
, Uint8ClampedArray, Float32Array, Float64Array
66
, length
77
, byteLength
88
, byteOffset

0 commit comments

Comments
 (0)