nth@0.1.1
The nth package simply takes a number and returns the same number with the appropriate placing string. For example the number 1 becomes 1st, and the number 2 becomes 2nd.
Apache-2.0
2014-09-25
安装 (0.1.1)
npm install nth@0.1.1
yarn add nth@0.1.1
pnpm add nth@0.1.1
bun add nth@0.1.1
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| validator | ^3.19.0 |
devDependencies (7)
| 包名 | 版本要求 |
|---|---|
| chai | ^1.9.1 |
| grunt | ^0.4.5 |
| grunt-cli | ^0.1.13 |
| grunt-jsdoc | ^0.5.7 |
| grunt-mocha-test | ^0.12.0 |
| grunt-release | ^0.7.0 |
| mocha | ^1.21.4 |
版本列表
相关教程
Anthropic Function Calling 工具调用
Anthropic 的 Claude 模型支持工具调用功能。定义 JSON Schema 指定工具 Claude 会返回工具调用请求。本文构建调用天气 API 的 Agent。
LiteLLM 统一 LLM API 调用
LiteLLM 用同一接口调用 OpenAI/Anthropic/Gemini 等模型。成本跟踪和模型路由。可以作为代理转发。本文用 LiteLLM 做模型降级备用方案。
Claude 模型实战:Anthropic 的安全对话助手
学习 Anthropic 的 Claude 模型,掌握其 API 使用、超长上下文能力和宪法 AI 训练带来的独特安全特性。