utype
utype copied to clipboard
Collection of typescript utility types that extends the official utility types.
🦄 Usage
import type { Mutable } from '@utype/core'
type Props = { readonly name: string; }
// Expect: { name: string }
type MutableProp = Mutable<Prop>
📦 Install
npm i @utype/core
✨ Types
🚀 Object Operation
🚀 X Series
🚀 Merge Object
🚀 Basic Operation
🚀 Get Object Keys
🚀 Generate Object
🚀 String Operation