Improved handling of null values when entering tags frontmatter
This commit is contained in:
1
types/utils.type.ts
Normal file
1
types/utils.type.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type NonEmptyArray<T> = [T, ...T[]];
|
||||
Reference in New Issue
Block a user