1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

feat: expose serialization and utils API

This commit is contained in:
addisonbeck
2025-07-11 18:09:25 -04:00
parent 3798103e7b
commit 770b3669b3

View File

@@ -0,0 +1,2 @@
export * from "./lib/deserialization-helpers";
export * from "./lib/utils";