UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

18 lines (17 loc) 355 B
import { Exec } from "../interface/loader"; interface NpmLoaderOptions { /** * The default package name */ name: string; /** * The default package version */ version: string; /** * The default package description */ description: string; } export declare const exec: Exec<NpmLoaderOptions>; export {};