diff --git a/dist/h3-js.js b/dist/h3-js.js index 078b80d..47f8292 100644 --- a/dist/h3-js.js +++ b/dist/h3-js.js @@ -457,8 +457,6 @@ var libh3 = function (libh3) { return stringToUTF8Array(str, HEAPU8, outPtr, maxBytesToWrite); } - var UTF16Decoder = typeof TextDecoder !== "undefined" ? new TextDecoder("utf-16le") : undefined; - function writeArrayToMemory(array, buffer) { HEAP8.set(array, buffer); } diff --git a/dist/types.d.ts b/dist/types.d.ts index b4e9733..a380bc4 100644 --- a/dist/types.d.ts +++ b/dist/types.d.ts @@ -1,7 +1,7 @@ /** * @module h3 */ -declare module "h3-js" { +declare module "h3-reactnative" { /** * 64-bit hexidecimal string representation of an H3 index * @static