Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as codemod from "https://raw.githubusercontent.com/EthanThatOneKid/codemod/main/github/shared/generate.ts";

§Functions

generate

generate generates a value from a value or a function.

generateObject

generateObject generates an object from a value or a function.

§Type Aliases

ArgsOf

ArgsOf infers the type of the arguments of a generated function.

Generate

Generate is a helper type to generate a type from a type or a function.

Generated

Generated infers the type of a generated value.