Skip to content

Instantly share code, notes, and snippets.

@JayBazuzi
Last active January 25, 2024 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayBazuzi/a2ffb93fd1c0635f3292cb7dac9b671f to your computer and use it in GitHub Desktop.
Save JayBazuzi/a2ffb93fd1c0635f3292cb7dac9b671f to your computer and use it in GitHub Desktop.
{
"imports": {
"std/": "https://deno.land/std@0.212.0/"
}
}
import * as path from "std/path/mod.ts";
console.log(path.dirname("a/b/c"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment