/denolib

My Deno library

Primary LanguageTypeScript

DENO LIB

in /ts and some derived in /esm if they don't depend on Deno api

snippets

let __dirname = import.meta.url.split('/').slice(3,-1).join('/');