@metaplex-foundation/mpl-candy-guard
Version:
MPL Candy Guard JavaScript API. This MPL package is for the current generation of the Candy Guard
12 lines • 627 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.logTrace = exports.logDebug = exports.logInfo = exports.logError = void 0;
const debug_1 = __importDefault(require("debug"));
exports.logError = (0, debug_1.default)('candy-guard:error');
exports.logInfo = (0, debug_1.default)('candy-guard:info');
exports.logDebug = (0, debug_1.default)('candy-guard:debug');
exports.logTrace = (0, debug_1.default)('candy-guard:trace');
//# sourceMappingURL=log.js.map