Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 433 Bytes

iparser.md

File metadata and controls

25 lines (15 loc) · 433 Bytes

redis-jsonIParser

Interface: IParser

Parser will be used to convert the string back to custom object when get is called

Hierarchy

  • IParser

Indexable

  • [ constructorName: string]: function

Parser will be used to convert the string back to custom object when get is called

▸ (val: string): any

Parameters:

Name Type
val string