New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

@artificial-page/util-types

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artificial-page/util-types - npm Package Compare versions

Comparing version

to
0.0.2

{
"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 |