@leettools/common
v3.0.0
Published
Dependency-light TypeScript utilities and data primitives shared by LeetTools packages.
Readme
@leettools/common
Dependency-light TypeScript primitives shared by LeetTools packages. This package contains no backend, user, organization, knowledge-base, search, MCP, or LLM policy. Some helpers are runtime-specific; callers choose imports that fit their client or server environment.
import { ensureJsonItemList, normalizeUrl, truncateString } from '@leettools/common'Public subpaths: config, content, csv, deprecatied, errors, json, language,
registry, template, time, tokenizer, types, and url.
Node-specific utilities are exposed under node/*, for example
@leettools/common/node/file_utils, @leettools/common/node/dotenv_utils, and
@leettools/common/node/module_utils.
