@saberhq/option-utils
Advanced tools
Comparing version 1.13.29 to 1.13.30
/** | ||
* [[include:option-utils/README.md]] | ||
* @module | ||
*/ | ||
/** | ||
* Optional type. | ||
@@ -3,0 +7,0 @@ */ |
"use strict"; | ||
/** | ||
* [[include:option-utils/README.md]] | ||
* @module | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +7,0 @@ exports.exists = exports.isNotUndefined = exports.isNotNull = exports.mapSome = exports.mapN = void 0; |
/** | ||
* [[include:option-utils/README.md]] | ||
* @module | ||
*/ | ||
/** | ||
* Optional type. | ||
@@ -3,0 +7,0 @@ */ |
/** | ||
* [[include:option-utils/README.md]] | ||
* @module | ||
*/ | ||
/** | ||
* Applies a function to a list of null/undefined values, unwrapping the null/undefined value or passing it through. | ||
@@ -3,0 +7,0 @@ */ |
{ | ||
"name": "@saberhq/option-utils", | ||
"version": "1.13.29", | ||
"version": "1.13.30", | ||
"description": "Utilities for handling optional values in TypeScript.", | ||
@@ -39,5 +39,5 @@ "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/option-utils#readme", | ||
"devDependencies": { | ||
"@saberhq/tsconfig": "^1.13.29", | ||
"typescript": "^4.7.3" | ||
"@saberhq/tsconfig": "^1.13.30", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# `@saberhq/option-utils` | ||
# @saberhq/option-utils | ||
@@ -3,0 +3,0 @@ Utilities related to optional types. |
/** | ||
* [[include:option-utils/README.md]] | ||
* @module | ||
*/ | ||
/** | ||
* Optional type. | ||
@@ -3,0 +8,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
35314
295