"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.name = void 0; const name = 'Tedious'; exports.name = name;