#!/usr/bin/env node /** * dcat - Smart cat for documents * * Usage: dcat [CAT_ARGS...] [FILE...] * * Behavior: * - stdin → stream (no conversion) * - supported doc type → convert (cached) → apply cat transforms → stdout * - other file types → delegate to system cat */ export {};