Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xdg_app_paths/src/mod.deno.ts

Determine (XDG-compatible) paths for storing application files (cache, config, data, etc)
Go to Latest
import * as xdgAppPaths from "https://deno.land/x/xdg_app_paths@v8.2.0/src/mod.deno.ts";

Interfaces

Configuration options supplied to XDGAppPaths methods

Configuration options supplied when constructing XDGAppPaths

XDGAppPaths (API) - Determine (XDG-compatible) paths for storing application files (cache, config, data, etc)