This commit is contained in:
Jacky Zhao
2023-06-09 23:06:02 -07:00
parent b3cbcaf0f5
commit 8c5dd2287a
21 changed files with 233 additions and 66 deletions

View File

@@ -16,7 +16,7 @@ export class CreatedModifiedDate extends QuartzTransformerPlugin {
name = "CreatedModifiedDate"
opts: Options
constructor(opts?: Options) {
constructor(opts?: Partial<Options>) {
super()
this.opts = {
...defaultOptions,