π¦ 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