node.ts 349 B

12345
  1. // Node-only entry point (`@pipeline/shared/node`). These helpers use `node:fs`
  2. // / `node:path` / `process.env` and must not be imported into client bundles.
  3. export { findMonorepoRoot, resolveOutputDir } from "./utils/paths.js";
  4. export { isoDateString, formatChineseDate } from "./utils/date.js";
  5. export { getTimezone } from "./utils/timezone.js";