Answers for "deno current directory"

0

deno current directory

const currentDir = decodeURI(new URL('.', import.meta.url).pathname).replace('/', '');
Posted by: Guest on May-12-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language