FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-javascript/example/deno-with-jsdeliver.ts at main · ArchipadDev/msgpack-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ArchipadDev
/
msgpack-javascript
Public
forked from
jasonpaulos/msgpack-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-javascript
/
example
/
deno-with-jsdeliver.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
5 lines (4 loc) · 200 Bytes
Breadcrumbs
msgpack-javascript
/
example
/
deno-with-jsdeliver.ts
Copy path
File metadata and controls
executable file
·
5 lines (4 loc) · 200 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
#!/usr/bin/env deno run
/* eslint-disable no-console */
import
*
as
msgpack
from
"https://cdn.jsdelivr.net/npm/@msgpack/msgpack/mod.ts"
;
console
.
log
(
msgpack
.
decode
(
msgpack
.
encode
(
"Hello, world!"
)
)
)
;
Back
|
FazBrowse Home
|
New Git URL