const createId = (): string => { return '_' + Math.random().toString(36).substr(2, 9); } export default createId;