@artificial-page/util-types
Advanced tools
Comparing version
{ | ||
"name": "@artificial-page/util-types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "TypeScript utility types", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs-ts/utilTypes.js", |
@@ -1,3 +0,16 @@ | ||
# 💡 Util types | ||
# 💡 Util Types | ||
TypeScript utility types | ||
TypeScript utility types | ||
## ⚙️ Install | ||
```bash | ||
npm install @artificial-page/util-types | ||
``` | ||
## 👻 Types | ||
| Type | Description | | ||
| :--- | :--- | | ||
| `InType<T>` | Type of the first argument to a function | | ||
| `OutType<T>` | Return type of a sync or async function | |
4040
6.46%16
433.33%