4 lines
195 B
TypeScript
Raw Normal View History

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