- Preparing search index...
- The search index is not available
biorate
Interface PostProcessorModule
Properties
name
name: string
type
type: "postProcessor"
Methods
process
- process(value, key, options, translator): string
-
Parameters
-
value: string
-
key: string | string[]
-
-
translator: any
Returns string
Used to extend or manipulate the translated values before returning them in
t
function. Need to be a singleton object.