/**
 * Do an index transform
 * 
 * @param string source
 * @return Promise<string>
 */
export default () => Promise<string>