UNPKG

@kademi/keditor

Version:

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents

6 lines (5 loc) 187 B
export default (...args) => { if (console && typeof console.log === 'function' && window.KEDITOR_DEBUG) { console.log.apply(console, ['[ KEditor ] ', ...args]); } };