[EDIT] FILE: width.d.ts.tar
home/koolde6/public_html/lovestrong/frontend/node_modules/dom-helpers/esm/width.d.ts 0000755 00000000330 15077120065 0024755 0 ustar 00 /** * Returns the width of a given element. * * @param node the element * @param client whether to use `clientWidth` if possible */ export default function getWidth(node: HTMLElement, client?: boolean): number;
SAVE
CANCEL