Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = notId; function notId(v) { return !v; } module.exports = exports["default"];