mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-12-01 20:54:27 +00:00
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
|
"use strict";
|
||
|
|
||
|
class ElementContentEditableImpl { }
|
||
|
|
||
|
module.exports = {
|
||
|
implementation: ElementContentEditableImpl
|
||
|
};
|