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

x/powar/api.ts>module

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

Make a powar-ts module.

Type Parameters

optional
T = undefined

Parameters

m: T extends undefined ? () => Module : (vars: T) => Module