Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 09:37
· 16 commits to master since this release
7761611

Minor Changes

  • ac246ac: - 🛠 重构Typescript文档
    • 🔥 新增加Expand<T>用来合并组合类型
    • 🔥 ObjectKeyPathsGetTypeByPath现在支持自定义路径分隔符
    • 🔥 新增加syncFunction类型
    • 🔥 新增加Unique<T>类型用于类型数组的去重
    • 🔥 新增加Fallback<T,F>类型用于当T=never时返回F类型