Options
All
  • Public
  • Public/Protected
  • All
Menu

This is the documentation for the velt/storage module. It handles everything to do with storage across restarts, like serialization, deserialization, etc. It exports one object with one property, Storage, which is quite a handy, useful, and easy API to use to store data across restarts.

Index

References

default

Renames and exports storage

Variables

Const parsers

parsers: Parsers

Const serializers

serializers: Serializers

Const storage

storage: { Storage: typeof Storage; parsers: Parsers; serializers: Serializers }

Type declaration

Generated using TypeDoc