UNPKG

@texttree/notepad-rcl

Version:

<a href="https://github.com/texttree/notepad-rcl"> <img src="https://github.com/texttree/notepad-rcl/raw/master/images/editorjs-screenshot.png" > </a>

13 lines (12 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.log = log; var _constants = require("./constants.js"); function log() { if (_constants.DEBUG_MODE) { var _console; (_console = console).log.apply(_console, arguments); } }