swipl-wasm 4.0.15 → 4.0.16

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.
@@ -5,4 +5,4 @@
5
5
  * @param string The string to convert
6
6
  * @returns A Uint8Array Buffer
7
7
  */
8
- export default function strToBuffer(data: string): Uint8Array;
8
+ export default function strToBuffer(data: string): Uint8Array<ArrayBuffer>;