Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/bombshell-dev/configliere. A statically typed entry-point router for command-line applications
Something went wrong. Try again.
263 B · 9 lines
TypeScript
12345678910export * from "./types.ts";export * from "./constant.ts";export * from "./field.ts";export * from "./object.ts";export * from "./commands.ts";export * from "./parse.ts";export * from "./help.ts";export * from "./program.ts";export * from "./sequence.ts";