Pedro Almeida
Results
1
comments of
Pedro Almeida
> > A quick fix is > > `export function processDataByType(data: any): any { > > if (typeof data === "string") { > > return ""; > > } else...