@daeinc/dom
Advanced tools
Comparing version 0.1.0 to 0.2.0
/** | ||
* convert selector (string) to DOM Element | ||
* convert selector (string) to DOM Element. if already typeof Element, return as is. | ||
* @param selector | ||
@@ -4,0 +4,0 @@ * @returns |
@@ -5,3 +5,3 @@ "use strict"; | ||
/** | ||
* convert selector (string) to DOM Element | ||
* convert selector (string) to DOM Element. if already typeof Element, return as is. | ||
* @param selector | ||
@@ -8,0 +8,0 @@ * @returns |
{ | ||
"name": "@daeinc/dom", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "DOM utilities", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.js", | ||
"files": [ | ||
"/dist" | ||
], | ||
"scripts": { | ||
@@ -8,0 +11,0 @@ "watch": "npx tsc --watch", |
3557
7
25