Module

x/fluentci/deps.ts>Metadata

This is the command line interface for FluentCI.
Go to Latest
type alias Metadata
import { type Metadata } from "https://dotland.deno.dev/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; }
import Metadata
import { Metadata } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";