UNPKG

hogwart-power

Version:
6 lines (5 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBestWizard = void 0; var getBestWizard = function () { return "Dumbledore"; }; exports.getBestWizard = getBestWizard;