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

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

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

Produce some object U determined by some module variables T and the powar-ts module API.

Parameters

m: (vars: T, p: ModuleApi) => U

Returns

(vars: T, p: ModuleApi) => U