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

x/powar/api.ts>produce

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

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