Skip to main content
Module

x/dirname/types.ts

The Deno implementation of __dirname of Node
Latest
File
export interface IMakeLoc { __dirname: string __filename: string}
export interface IMeta { url: string main: boolean}