Skip to main content
Module

x/denoversion/lib/lib.deno_runtime.d.ts>deno.cwd

Deno cli to manage and bump release versions.
Latest
function deno.cwd
import { deno } from "https://deno.land/x/denoversion@v1.0.2/lib/lib.deno_runtime.d.ts";
const { cwd } = deno;

cwd() Return a string representing the current working directory. If the current directory can be reached via multiple paths (due to symbolic links), cwd() may return any one of them. throws NotFound exception if directory not available

Returns

string