Skip to main content
Module

x/fluentci/deps.ts>Metadata

This is the command line interface for FluentCI.
Go to Latest
type alias Metadata
Re-export
import { type Metadata } from "https://deno.land/x/fluentci@v0.13.0/deps.ts";
definition: { functionName: string; doc?: string; moduleDescription?: string; parameters: { name: string; type: string; optional: boolean; doc: string; defaultValue?: string; }[]; returnType: string; }