mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-29 11:53:55 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
"use strict";
|
|
|
|
class ElementContentEditableImpl { }
|
|
|
|
module.exports = {
|
|
implementation: ElementContentEditableImpl
|
|
};
|