We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3335c3 commit bbc5151Copy full SHA for bbc5151
lib/core.js
@@ -42,7 +42,7 @@ export function core(schema, defaultTagName, caseSensitive) {
42
* @type {{
43
* (): Root
44
* (selector: null|undefined, ...children: HChild[]): Root
45
- * (selector: string, properties: HProperties, ...children: HChild[]): Element
+ * (selector: string, properties?: HProperties, ...children: HChild[]): Element
46
* (selector: string, ...children: HChild[]): Element
47
* }}
48
*/
0 commit comments