File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44inter.min.js
55inter-test.js
66test.js
7+ .eslintrc.js
78node_modules
89.vscode
File renamed without changes.
Original file line number Diff line number Diff line change 1818 run : npm install
1919 - name : Lint
2020 run : npm run lint
21- - name : Prettify
22- run : npm run prettify
2321 - name : Build Inter
2422 run : npm run build
23+ - name : Prettify
24+ run : npm run prettify
Original file line number Diff line number Diff line change 33 * Version - 2.2.4
44 * MIT LICENSED BY - Denis Power
55 * Repo - https://github.com/interjs/inter
6- * 2021 - 2024
6+ * 2021 - 2025
77 * GENERATED BY INTER BUILDER
88 *
99 */
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ type returnReactorType<T> = T extends any[]
158158export declare function renderList < T extends eachTypes > (
159159 renderListOption : renderListOptionsInterface < T >
160160) : returnReactorType < T > ;
161-
162161type HTMLTags = keyof HTMLElementTagNameMap ;
163162type textTypes = string | number | null | void ;
164163interface templateOptionsInterface {
Original file line number Diff line number Diff line change 33 * Version - 2.2.4
44 * MIT LICENSED BY - Denis Power
55 * Repo - https://github.com/interjs/inter
6- * 2021 - 2024
6+ * 2021 - 2025
77 * GENERATED BY INTER BUILDER
88 * Module version
99 */
You can’t perform that action at this time.
0 commit comments