@inquirer/type
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -5,2 +5,5 @@ /// <reference types="node" /> | ||
} | ||
export type Prettify<T> = { | ||
[K in keyof T]: T[K]; | ||
} & {}; | ||
export type Context = { | ||
@@ -7,0 +10,0 @@ input?: NodeJS.ReadableStream; |
{ | ||
"name": "@inquirer/type", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Inquirer core TS types", | ||
@@ -77,3 +77,3 @@ "main": "./dist/cjs/index.js", | ||
}, | ||
"gitHead": "f5c544a8ded1c7dfb6ac8364759955e8f2ecfb0c" | ||
"gitHead": "c2d1c5fdfd1029f78351fb04e06f1cfb29d55bb6" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4428
46