@rg-dev/stdlib
Advanced tools
@@ -16,3 +16,3 @@ type Options = { | ||
| private constructor(); | ||
| static of<T>(val: T): Optional<T>; | ||
| static of<T>(val: T | undefined): Optional<T>; | ||
| orElseThrow(msg?: string): T; | ||
@@ -19,0 +19,0 @@ setValue(newValue: T): this; |
@@ -16,3 +16,3 @@ type Options = { | ||
| private constructor(); | ||
| static of<T>(val: T): Optional<T>; | ||
| static of<T>(val: T | undefined): Optional<T>; | ||
| orElseThrow(msg?: string): T; | ||
@@ -19,0 +19,0 @@ setValue(newValue: T): this; |
+1
-1
| { | ||
| "name": "@rg-dev/stdlib", | ||
| "version": "1.0.16", | ||
| "version": "1.0.17", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
525127
0.06%13090
0.08%