inferred-types 0.48.2 → 0.48.3

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.
@@ -1,8 +1,7 @@
1
- import { HtmlElement } from "../../../types/string-literals";
2
1
  /**
3
2
  * **isHtmlElement**`(val)`
4
3
  *
5
4
  * Type guard which checks whether `val` is an `HtmlElement`.
6
5
  */
7
- export declare const isHtmlElement: (val: unknown) => val is HtmlElement;
6
+ export declare const isHtmlElement: (val: unknown) => val is HTMLElement;
8
7
  //# sourceMappingURL=isHtmlElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isHtmlElement.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/html/isHtmlElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,uCAAkC;AAIxD;;;;GAIG;AACH,eAAO,MAAM,aAAa,QAAS,OAAO,KAAG,GAAG,IAAI,WAEnD,CAAA"}
1
+ {"version":3,"file":"isHtmlElement.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/html/isHtmlElement.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,aAAa,QAAS,OAAO,KAAG,GAAG,IAAI,WAEnD,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inferred-types",
3
- "version": "0.48.2",
3
+ "version": "0.48.3",
4
4
  "description": "Functions which provide useful type inference on TS projects",
5
5
  "license": "MIT",
6
6
  "author": "Ken Snyder<ken@ken.net>",