We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7508ec5 commit 0ed4001Copy full SHA for 0ed4001
README.md
@@ -6,7 +6,7 @@ This module depends on https://deno.land/x/binary_reader@v0.1.6/mod.ts .
6
7
## Usage
8
```typescript
9
-import { BinaryToJSON } from "./binary_to_json.ts";
+import { BinaryToJSON } from "https://deno.land/x/binary_to_json@v0.1.0/mod.ts";
10
11
const buffer = new ArrayBuffer(4);
12
const arry = new Uint8Array(buffer);
test.ts
@@ -1,5 +1,5 @@
1
import { assertEquals, assertNotEquals } from "https://deno.land/std/testing/asserts.ts";
2
3
4
Deno.test(
5
"constructor",
0 commit comments