awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBidirectional Time Mappers

Utilities that provide symmetric conversion between numeric durations and human-readable time strings.

Distinct from Number-to-Word Converters: Unlike Number-to-Word Converters which focus on linguistic translation of integers, this focuses on the mapping between machine durations and unit-based strings.

Explore 1 awesome GitHub repository matching software engineering & architecture · Bidirectional Time Mappers. Refine with filters or upvote what's useful.

Awesome Bidirectional Time Mappers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vercel/msvercel 的头像

    vercel/ms

    5,536在 GitHub 上查看↗

    这是一个 JavaScript 时间转换库,旨在将毫秒整数格式化为人类可读的持续时间,并将基于单位的字符串解析回总毫秒数。它作为一个用于管理机器可读持续时间与文本表示之间转换的工具。 该库提供双向映射,允许将原始数字转换为字符串,并将包含天、小时和分钟等单位的字符串解析回数字毫秒计数。它支持缩写和完整的书写时间格式。

    Implements paired logic to convert milliseconds to strings and strings back to milliseconds using a shared scale.

    TypeScript
    在 GitHub 上查看↗5,536
  1. Home
  2. Software Engineering & Architecture
  3. Bidirectional Time Mappers