Skip to content

Commit

Permalink
deprecate old symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Dec 16, 2024
1 parent eaaae1a commit 886a3fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/APL/vercel-kv/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @deprecated - use VercelKvApl
*/
// eslint-disable-next-line camelcase
export { VercelKvApl as _experimental_VercelKvApl } from "./vercel-kv-apl";
export { VercelKvApl } from "./vercel-kv-apl";

0 comments on commit 886a3fe

Please sign in to comment.