mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
|
|
||
|---|---|---|
| .. | ||
| src | ||
| eslint.config.mjs | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
@n8n/chat-hub
Common utility functions for n8n Chat Hub.
Purpose
This package provides shared utility functions and types for the Chat Hub feature across both frontend and backend implementations.
Usage
import { parseArtifactCreateCommands, collectChatArtifacts } from '@n8n/chat-hub';
Development
# Build
pnpm build
# Watch mode
pnpm dev
# Run tests
pnpm test
# Type checking
pnpm typecheck
# Linting
pnpm lint