UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 199 B
import { StringEnum } from '@techmely/types'; declare function createElement(tag: StringEnum<keyof HTMLElementTagNameMap> | HTMLElement, ...children: any[]): HTMLElement; export { createElement };