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

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

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

A map of string-key--path-value pairs.

This is used for { srcText1 : [dest1,..destN], ..} content-to-file mappings.

definition: [string, string | string[]][]