@produck/charon-browser
Advanced tools
Comparing version 0.1.3 to 0.1.5
{ | ||
"name": "@produck/charon-browser", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"description": "Doing small thing about browser api for compressing bundle by tree shaking", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "044db4f866233c9b5cd51231ff1e0e4a544ae552" | ||
"gitHead": "0f6c48cec36ff72f401df9300978e6ed89c2c5d8" | ||
} |
/** | ||
* Returns a DOMRect object providing information about the size of an element and its position relative to the viewport | ||
* | ||
* Returns a DOMRect object providing information about the size of an element | ||
* and its position relative to the viewport. | ||
* @param {HTMLElement} element | ||
@@ -5,0 +5,0 @@ * @returns {DOMRect} |
@@ -8,2 +8,3 @@ export const body: HTMLElement; | ||
export { removeChild } from './removeChild'; | ||
export { insertBefore } from './insertBefore'; | ||
export { removeAllChild } from './removeAllChild'; | ||
@@ -10,0 +11,0 @@ export { removeFromParent } from './removeFromParent'; |
@@ -10,2 +10,3 @@ import { DOCUMENT } from './constant.js'; | ||
export { removeChild } from './removeChild.js'; | ||
export { insertBefore } from './insertBefore.js'; | ||
export { removeAllChild } from './removeAllChild.js'; | ||
@@ -12,0 +13,0 @@ export { removeFromParent } from './removeFromParent.js'; |
16344
79
336