Attempting to create a standard code template. How about this:
Function processData(someTypeAlias: string, data: string){
Const mapper:someTypeAlias
//Implementation details
}
I gave it a shot but couldn't get it to work. Any suggestions for something along these lines?