Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dtils/fs.ts>PathPair

The best unofficial library of utilities for Deno applications
Go to Latest
interface PathPair
import { type PathPair } from "https://deno.land/x/dtils@2.5.0/fs.ts";

Properties

innerPath: string

The path to a file from inside the directory

path: string

The path to the file