We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f95b15b + 5bcf575 commit b0e4662Copy full SHA for b0e4662
example/deno-with-npm.ts
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env deno run
2
+/* eslint-disable no-console */
3
+import * as msgpack from "npm:@msgpack/msgpack";
4
+
5
+console.log(msgpack.decode(msgpack.encode("Hello, world!")));
0 commit comments