Repository
Current version released
2 years ago
Collection of miscellaneous utility functions used by me in various Deno projects. You can also use them.
, , , , .. (deno is pretty cool, I guess)
, , , , / _) ../ ,
. , _.----._/ / , ,
, / / , , ,
, ,/ ( | ( | , , ,
./.-'|_|--|_| , , ,
- get.ts - Very cool function to access object properies in type-safe manner
stolen from awesome-template-literal-types - bytes.ts - TS port of great bytes.js from @tj
- hex.ts - Old hexdump utility ported directly from C
- exec.ts - Process spawn wrapper
- time.ts - date-fns is cool, but 99% of
time
I only need these 7 consts and 2 fns - node_http.ts - Minimal types for serverless runtimes that give access to raw
(req, res)
node.js API - kube.ts - Wrap around Kubernetes CLI
⚠️ It was only created for local hacks with trusted scripts.
Please never use this in any production environments, since it can easly damage your clusters.
There is much better alternative cloudydeno/deno-kubernetes_client