@coherentglobal/wasm-runner 0.0.24 → 0.0.25
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/node.d.ts +2 -2
- package/package.json +1 -1
package/dist/node.d.ts
CHANGED
|
@@ -19,8 +19,8 @@ import { NodeModel, RunnerConfig } from "./types";
|
|
|
19
19
|
* @classdesc WasmRunner class, responsible for managing model and it's lifecycle
|
|
20
20
|
*/
|
|
21
21
|
export declare class WasmRunner {
|
|
22
|
-
_tempWorkerFolder: tmp.
|
|
23
|
-
_tempModelFolder: tmp.
|
|
22
|
+
_tempWorkerFolder: tmp.DirResult;
|
|
23
|
+
_tempModelFolder: tmp.DirResult;
|
|
24
24
|
license: string;
|
|
25
25
|
models: any[];
|
|
26
26
|
/**
|