feat: pass options to downstream decryptor

This commit is contained in:
鲁树人
2023-06-10 12:06:02 +01:00
parent 0038322ae9
commit 865dcae931
7 changed files with 49 additions and 16 deletions

View File

@@ -5,3 +5,5 @@ export function* enumObject<T>(obj: Record<string, T> | null | void): Generator<
}
}
}
export const { hasOwn } = Object;