namespace default
Usage in Deno
import mod from "node:path";
The node:path
module provides utilities for working with file and directory
paths. It can be accessed using:
import path from 'node:path';
I
import mod from "node:path";
The node:path
module provides utilities for working with file and directory
paths. It can be accessed using:
import path from 'node:path';