You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,10 @@ This list is a collection of the best Deno modules and resources.
63
63
64
64
### Official Docs
65
65
66
-
-[Official Site](https://deno.land)
67
-
-[Deno Manual](https://deno.land/manual)
68
-
-[Deno API Reference](https://deno.land/api)
69
-
-[Deno Standard Modules](https://deno.land/std)
66
+
-[Official Site](https://deno.com)
67
+
-[Deno Manual](https://docs.deno.com)
68
+
-[Deno API Reference](https://docs.deno.com/api)
69
+
-[Deno Standard Library](https://jsr.io/@std)
70
70
71
71
### External Docs
72
72
@@ -257,7 +257,6 @@ This list is a collection of the best Deno modules and resources.
257
257
-[rubico](https://github.com/richytong/rubico) - 🏞 [a]synchronous function composition; it just works.
258
258
-[solc](https://github.com/deno-web3/solc) - 💎 Solidity bindings for Deno.
259
259
-[switcher4deno](https://github.com/switcherapi/switcher-client-deno) - Feature Flag Deno SDK client for Switcher-API.
260
-
-[tryify](https://github.com/twilsoft/tryify) - Functional style error handling; never throw/try/catch/finally again.
261
260
-[type-fest](https://github.com/denoserverless/type-fest) - A collection of essential TypeScript types (port of sindresorhus/type-fest).
262
261
-[unified-deno-lock](https://github.com/yooneskh/unified-deno-lock) - Powerful and simple lock (mutex) library to handle race conditions with zero dependencies
263
262
-[wasm-gzip](https://github.com/manyuanrong/wasm_gzip) - Perform gzip operations for Deno.
@@ -386,7 +385,6 @@ This list is a collection of the best Deno modules and resources.
386
385
-[udd](https://github.com/hayd/deno-udd) - Update Deno dependencies: updates import statements to their latest published version.
387
386
-[velociraptor](https://github.com/umbopepato/velociraptor) - An npm-style script runner for Deno.
388
387
-[vscode-deno](https://github.com/denoland/vscode_deno) - VS Code extension that provides Deno support using the `TypeScript Deno language service plugin`.
389
-
-[vscode-deno-starter](https://github.com/twilsoft/vscode-deno-starter) - VS Code project boilerplate to get started with Deno.
390
388
-[denofn-selfhosted](https://github.com/denofn/denofn-selfhosted) - Self-hosted Deno functions, made with Deno and Docker.
0 commit comments