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
/
compute.d.ts
6 lines
(5 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ComputeParams
}
from
'../types/compute'
;
/** * Creates copy of existing tree, then applies computing strategy. */
export
declare
const
compute
:
(
tree
:
any
,
params
:
ComputeParams
) =>
Promise
<
any
>;