directorio actual de deno
const currentDir = decodeURI(new URL('.', import.meta.url).pathname).replace('/', '');
Dotch
const currentDir = decodeURI(new URL('.', import.meta.url).pathname).replace('/', '');