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

x/powar/example/deps.ts>powar.Entries

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
type alias powar.Entries
import { type powar } from "https://deno.land/x/powar@1.0.1/example/deps.ts";
const { Entries } = powar;

A map of path key-value pairs.

This is used for { src1 : [dest1,..destN], ..} file path mappings.

definition: Record<string, string | string[]>