Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 1.04 KB

README.md

File metadata and controls

53 lines (48 loc) · 1.04 KB

TypeScript Utility Type

A collection of TypeScript utility type implementations

中文文档

In the future, I will explain the following specific implementations of TypeScript types and the knowledge points involved in TypeScript types.

Achieved

  • If
  • First
  • Includes
  • Readonly
  • ReadonlyArray
  • Concat
  • Exclude
  • Extract
  • Exclusive
  • XOR
  • ReturnTypes
  • Omit
  • Record
  • DeepReadonly
  • Last
  • Chainable
  • Pop
  • Push
  • Shift
  • UnShift
  • LookUp
  • Trim
    • TrimLeft
    • TrimRight
  • Capitalize
  • Replace
  • ReplaceAll
  • AppendArgument
  • Permutation
  • StringLength
  • Flatten
  • AppendToObject
  • Absolute
  • StringToUnion
  • Merge
  • CamelCase
  • KebabCase
  • SetOptional
  • ParamType

Reference