@firmer/mesh 0.0.2 → 0.0.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.
@@ -22,9 +22,9 @@ export declare class Types implements Function {
22
22
  toString(): string;
23
23
  [Symbol.hasInstance](value: any): boolean;
24
24
  }
25
- declare class ark {
26
- private tinder;
27
- private annotations;
25
+ declare class _Ark {
26
+ private readonly tinder;
27
+ private readonly annotations;
28
28
  private ak;
29
29
  /**
30
30
  * Annotate handler.
@@ -80,5 +80,5 @@ declare class ark {
80
80
  provider<T>(macro: Type<any>, kind: Type<T>, name: string): List<Class<T>>;
81
81
  inspect<T>(kind: Type<T>): Dict<string, any>;
82
82
  }
83
- declare const Ark: ark;
83
+ declare const Ark: _Ark;
84
84
  export { Ark };