const append = (str, append) => str + append; export default append;