@oliversalzburg/js-utils
Advanced tools
Comparing version
@@ -5,2 +5,3 @@ import { ConstructorOf } from "./core.js"; | ||
* with either type through a consistent interface. | ||
* @group Types | ||
*/ | ||
@@ -11,2 +12,3 @@ export type Nil = null | undefined; | ||
* @typeParam T - The type that should be made nillable. | ||
* @group Types | ||
*/ | ||
@@ -13,0 +15,0 @@ export type Maybe<T> = T | Nil; |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@oliversalzburg/js-utils", | ||
"version": "0.0.23-dev.3", | ||
"version": "0.0.23-dev.4", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", |
Sorry, the diff of this file is not supported yet
392328
0.01%6952
0.03%