import React from 'dom-chef'; import select from 'select-dom'; import * as pageDetect from 'github-url-detection'; import {wrap} from '../helpers/dom-utils'; import features from '.'; function init(): void { const element = select('.sha.user-select-contain'); if (element) { wrap(element, ); } } void features.add(__filebasename, { include: [ pageDetect.isPRCommit ], init });