🦄 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 🚀 Function Vue Reactive 🥰 Contributors