Selection.js 77 Bytes
Newer Older
1 2 3
export function _getSelection() {
  return window.getSelection() || null;
};