deleted: ({ key, value }, depth) => `${' '
    .repeat(currentTab(depth) - 2)}- ${key}: ${stringify(value, depth)}`,