wrec 0.20.4 → 0.20.6

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.
package/dist/wrec.d.ts CHANGED
@@ -6,16 +6,10 @@ export declare function createElement(name: string, attributes: Record<string, s
6
6
 
7
7
  export declare function css(strings: TemplateStringsArray, ...values: unknown[]): string;
8
8
 
9
- export declare function getPathValue(obj: LooseObject_2, path: string): any;
10
-
11
9
  export declare function html(strings: TemplateStringsArray, ...values: unknown[]): string;
12
10
 
13
11
  declare type LooseObject = Record<string, unknown>;
14
12
 
15
- declare type LooseObject_2 = Record<string, unknown>;
16
-
17
- export declare function setPathValue(obj: LooseObject_2, path: string, value: unknown): void;
18
-
19
13
  export declare abstract class Wrec extends HTMLElement implements ChangeListener {
20
14
  #private;
21
15
  static attrToPropMap: Map<string, string>;