Commit Graph

3 Commits (2f5e08de0472d55c8ef5566dded4b975d38d7b87)

Author SHA1 Message Date
OFF0 4cdbf0349f
utils: import directly from utils
it is not worth to import everything from utils, as there are too
many functions, better import them directly from each module.
2 years ago
OFF0 334b09afa1
refactor: type elem and enforce inferred generic type
typed elem so that it returns the exact type of the HTMLElement,
and that name must be a key of HTMLElementTagNameMap.

example:

elem('form'); // returns HTMLFormElement

elem('abc'); // not assignable to parameter of type 'keyof HTMLElementTagNameMap'
2 years ago
OFF0 5e75b64619
refactor: type view.ts, dom.ts and time.ts 2 years ago