Skip to content

Commit 9b8799c

Browse files
author
Jake Champion
committed
docs: undeprecate Dictionary whilst Config-Store is experimental
1 parent c6be914 commit 9b8799c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ declare class ConfigStore {
251251
* Class for accessing [Fastly Edge Dictionaries](https://docs.fastly.com/en/guides/about-edge-dictionaries).
252252
*
253253
* **Note**: Can only be used when processing requests, not during build-time initialization.
254-
* @deprecated This class has been renamed `ConfigStore`. Replace `Dictionary` with `ConfigStore` in your code to avoid having to migrate in the future when `Dictionary` is removed.
255254
*/
256255
declare class Dictionary {
257256
/**

0 commit comments

Comments
 (0)