Skip to content

Commit

Permalink
kvm in mod
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 3, 2024
1 parent 4e073ba commit e497d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kv/internal_mod.ts
Expand Up @@ -18,6 +18,7 @@ export {
Base64KeyCodec,
Bucket,
defaultBucketOpts,
Kvm,
NoopKvCodecs,
validateBucket,
validateKey,
Expand Down
1 change: 1 addition & 0 deletions kv/mod.ts
Expand Up @@ -18,5 +18,6 @@ export {
Base64KeyCodec,
Bucket,
defaultBucketOpts,
Kvm,
NoopKvCodecs,
} from "./internal_mod.ts";

0 comments on commit e497d31

Please sign in to comment.