UNPKG

@etsoo/editor

Version:

ETSOO Free WYSIWYG HTML Editor

12 lines (8 loc) 177 B
'use strict'; var shared = require('@etsoo/shared'); /** * EOEditor history */ class EOEditorHistory extends shared.EHistory { } exports.EOEditorHistory = EOEditorHistory;