Skip to main content
Module

x/create_react_app/deps.ts>cli.IEnvVar

Create React App with Deno
Latest
interface cli.IEnvVar
implements IEnvVarOptions
Re-export
import { type cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { IEnvVar } = cli;

Environment variable settings.

Properties

names: string[]
description: string
type: string
details: IArgument