@types/yargs-unparser
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -14,5 +14,5 @@ // Type definitions for yargs-unparser 2.0 | ||
interface UnparserOptions { | ||
alias?: Record<string, string[]>; | ||
default?: Record<string, string>; | ||
command?: string; | ||
alias?: Record<string, string[]> | undefined; | ||
default?: Record<string, string> | undefined; | ||
command?: string | undefined; | ||
} | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "@types/yargs-unparser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for yargs-unparser", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-unparser", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f475fbacb10240268bceda48fce696c4ad85f35e4d7efbea48c5025efb04d000", | ||
"typesPublisherContentHash": "0ab2f2807cd08f63aaa1ffa5df08e1c056932171c443b1afab962a380f96129b", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -24,5 +24,5 @@ # Installation | ||
interface UnparserOptions { | ||
alias?: Record<string, string[]>; | ||
default?: Record<string, string>; | ||
command?: string; | ||
alias?: Record<string, string[]> | undefined; | ||
default?: Record<string, string> | undefined; | ||
command?: string | undefined; | ||
} | ||
@@ -41,3 +41,3 @@ | ||
### Additional Details | ||
* Last updated: Sun, 06 Jun 2021 16:01:22 GMT | ||
* Last updated: Fri, 02 Jul 2021 16:32:07 GMT | ||
* Dependencies: none | ||
@@ -44,0 +44,0 @@ * Global values: none |
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
4070