@oino-ts/types 0.16.1 → 0.16.2

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.
@@ -18,6 +18,11 @@ export declare abstract class OINOBenchmark {
18
18
  *
19
19
  */
20
20
  static setInstance(instance: OINOBenchmark): void;
21
+ /**
22
+ * Get active benchmarking instance.
23
+ *
24
+ */
25
+ static getInstance(): OINOBenchmark;
21
26
  protected abstract _reset(): void;
22
27
  /**
23
28
  * Reset benchmark data (but not what is enabled).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oino-ts/types",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "OINO TS package for types.",
5
5
  "author": "Matias Kiviniemi (pragmatta)",
6
6
  "license": "MPL-2.0",