mol_jsx_lib 0.0.609 → 0.0.611
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/node.d.ts +1 -1
- package/package.json +1 -1
package/node.d.ts
CHANGED
|
@@ -219,7 +219,7 @@ declare namespace $ {
|
|
|
219
219
|
/// <reference types="node" />
|
|
220
220
|
/// <reference types="node" />
|
|
221
221
|
declare namespace $ {
|
|
222
|
-
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("
|
|
222
|
+
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
declare namespace $ {
|