Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rad/src/tasks/github/workflows/lang/rescript/main.ts>make

general purpose build tool. statically typed, batteries included. command, function, and make-style tasks supported. improved npm scripts for deno.
Go to Latest
variable make
import { make } from "https://deno.land/x/rad@v6.10.0/src/tasks/github/workflows/lang/rescript/main.ts";

type

(opts: { workflow?: { name?: string; runsOn?: string; }; setupNode: { version: number; }; semanticRelease?: Partial<Parameters<semrel>>; }) => unknown