UNPKG

jetup

Version:

Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!.

7 lines (6 loc) 221 B
import { Constructor, ModuleRegistry } from './registry'; export declare class BaseNamedModule { protected registry: Constructor | undefined; setRegistry(registry: ModuleRegistry): void; get name(): string; }