constatic
Version:
Constatic is a CLI for creating and managing modern TypeScript projects, providing an organized structure and features that streamline development.
13 lines (12 loc) • 425 B
JavaScript
// src/@types/index.d.ts
export * from "./cli/conf.d.ts";
export * from "./cli/language.d.ts";
export * from "./cli/preset.d.ts";
export * from "./cli/props.d.ts";
export * from "./discord/emojis.d.ts";
export * from "./discord/env.d.ts";
export * from "./discord/preset.d.ts";
export * from "./discord/properties.d.ts";
export * from "./discord/token.d.ts";
export * from "./npm/package.d.ts";
export * from "./utils.d.ts";