@sapphire/result
Advanced tools
Comparing version 2.7.3-next.4844417e to 2.7.3-next.5d7bdbbc
@@ -1885,3 +1885,3 @@ var SapphireResult = (function (exports) { | ||
function resolve2(value) { | ||
if (value === null || value === void 0) return none; | ||
if (value === null || value === undefined) return none; | ||
if (Option.isOption(value)) return value; | ||
@@ -1888,0 +1888,0 @@ return some(value); |
{ | ||
"name": "@sapphire/result", | ||
"version": "2.7.3-next.4844417e", | ||
"version": "2.7.3-next.5d7bdbbc", | ||
"description": "A TypeScript port of Nightly Rust's Result and Option structs", | ||
@@ -69,4 +69,4 @@ "author": "@sapphire", | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^5.0.0", | ||
"@vitest/coverage-v8": "^2.1.5", | ||
"@favware/cliff-jumper": "^6.0.0", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"tsup": "^8.3.5", | ||
@@ -77,4 +77,4 @@ "tsx": "^4.19.2", | ||
"typescript": "~5.4.5", | ||
"vitest": "^2.1.5" | ||
"vitest": "^2.1.8" | ||
} | ||
} |
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
622327