4 lines
198 B
TypeScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
import { ColorFunction } from "./colors/types.mjs";
import { colors } from "./colors/index.mjs";
import { ExecError, exec } from "./exec.mjs";
export { type ColorFunction, ExecError, colors, exec };