[TS] Drop InternalUtils as they are now called via bindings.
[ldk-java] / ts / InternalUtils.mts
diff --git a/ts/InternalUtils.mts b/ts/InternalUtils.mts
deleted file mode 100644 (file)
index 33f0235..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-export function check_arr_len(arr: Uint8Array, len: number): Uint8Array {
-       if (arr.length != len) { throw new Error("Expected array of length " + len + "got " + arr.length); }
-       return arr;
-}
\ No newline at end of file