* Returns the store values as JSON-serializable data * * @example * const json = store.toJSON()
()
| 108 | * const json = store.toJSON() |
| 109 | */ |
| 110 | toJSON(): any { |
| 111 | return this.all() |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Returns string representation of the store |
no test coverage detected