codec-utils v0.3.4replaceTabsOn this pagereplaceTabs export function replaceTabs( str: string, tab: string): string Replaces the tab characters of a string with spaces Arguments 1. str str: string 2. tab tab: string Returns string