ElementContentEditable-impl.js 120 Bytes
"use strict";

class ElementContentEditableImpl { }

module.exports = {
  implementation: ElementContentEditableImpl
};