@ktjs/core 0.6.0 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ type HTML<T extends HTMLTag & otherstring> = T extends HTMLTag ? HTMLElementTagN
|
|
|
110
110
|
* ## About
|
|
111
111
|
* @package @ktjs/core
|
|
112
112
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
113
|
-
* @version 0.6.
|
|
113
|
+
* @version 0.6.6 (Last Update: 2025.12.24 15:46:02.724)
|
|
114
114
|
* @license MIT
|
|
115
115
|
* @link https://github.com/baendlorel/kt.js
|
|
116
116
|
* @link https://baendlorel.github.io/ Welcome to my site!
|