import * as Data from './Data'; const wrapCharWithSpan = (value: string): string => '' + value + ''; export { wrapCharWithSpan };