Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback

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

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

node_http.ts

Minimal types for serverless runtimes that give access to raw (req, res) node.js http api

exec.ts

There are many like it, but this one is mine.