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 1ae2ba3 commit 446bc29Copy full SHA for 446bc29
example/deno-with-jsdeliver.ts
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env deno run
2
+/* eslint-disable no-console */
3
+import * as msgpack from "https://cdn.jsdelivr.net/npm/@msgpack/msgpack/mod.ts";
4
+
5
+console.log(msgpack.decode(msgpack.encode("Hello, world!")));
0 commit comments