Skip to content

Commit 940016d

Browse files
committed
version bump
1 parent 73a3932 commit 940016d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@stackpress/lib",
4-
"version": "0.5.19",
4+
"version": "0.5.22",
55
"license": "Apache-2.0",
66
"description": "Shared library used across stackpress projects",
77
"author": "Chris <chris@incept.asia>",

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type TypeOf<T> = T extends number
2121
: T extends undefined
2222
? any
2323
: T extends null
24-
? unknown
24+
? null
2525
: T;
2626

2727
export type Key = string|number;

0 commit comments

Comments
 (0)