deno current directory code example
Example: deno current directory
const currentDir = decodeURI(new URL('.', import.meta.url).pathname).replace('/', '');
const currentDir = decodeURI(new URL('.', import.meta.url).pathname).replace('/', '');