https://github.com/wzc520pyfm/utype
Collection of typescript utility types that extends the official utility types.
https://github.com/wzc520pyfm/utype
type-helper type-ts types typescript utility-types utiltity utype
Last synced: about 1 month ago
JSON representation
Collection of typescript utility types that extends the official utility types.
- Host: GitHub
- URL: https://github.com/wzc520pyfm/utype
- Owner: wzc520pyfm
- License: mit
- Created: 2023-12-31T05:05:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T15:07:25.000Z (about 1 year ago)
- Last Synced: 2025-08-26T23:57:49.556Z (about 1 month ago)
- Topics: type-helper, type-ts, types, typescript, utility-types, utiltity, utype
- Language: TypeScript
- Homepage: https://eloquent-froyo-e3f28b.netlify.app/
- Size: 614 KB
- Stars: 74
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 🦄 Usage
```ts
import type { Mutable } from '@utype/core'type Props = { readonly name: string; }
// Expect: { name: string }
type MutableProp = Mutable
```## 📦 Install
```bash
npm i @utype/core
```## ✨ Types
### 🚀 Object Operation
### 🚀 X Series
### 🚀 Merge Object
### 🚀 Basic Operation
### 🚀 Get Object Keys
### 🚀 Generate Object
### 🚀 String Operation
### 🚀 Function
### Vue Reactive
## 🥰 Contributors