wtetsu/mouse-dictionary

View on GitHub
src/main/lib/ponyfill/safari.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Mouse Dictionary (https://github.com/wtetsu/mouse-dictionary/)
 * Copyright 2018-present wtetsu
 * Licensed under MIT
 */

import chrome from "./chrome";

export default {
  getComputedCssText: chrome.getComputedCssText,
  getCaretNodeAndOffsetFromPoint: chrome.getCaretNodeAndOffsetFromPoint,
};