UNPKG
@grnsft/if
Version:
beta (1.1.0-beta.0)
latest (1.1.0)
1.1.0
1.1.0-beta.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.0
0.7.2
0.7.1
0.7.0
0.7.0-beta.0
0.6.0
0.6.0-beta.0
0.5.0
0.5.0-beta.0
0.4.0
0.4.0-beta.1
0.4.0-beta.0
0.3.4
0.3.3-beta.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.3-beta
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Impact Framework
greensoftware.foundation
@grnsft/if
/
build
/
if-run
/
lib
/
environment.d.ts
6 lines
(5 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Manifest
}
from
'../../common/types/manifest'
;
/** * Injects execution information (command, environment) to existing manifest. */
export
declare
const
injectEnvironment
:
(
manifest
:
Manifest
) =>
Promise
<
Manifest
>;