Skip to content

Commit

Permalink
address #232; thanks to @benatkin
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Aug 8, 2023
1 parent f95b15b commit 5bcf575
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/deno-with-npm.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env deno run
/* eslint-disable no-console */
import * as msgpack from "npm:@msgpack/msgpack";

console.log(msgpack.decode(msgpack.encode("Hello, world!")));

0 comments on commit 5bcf575

Please sign in to comment.