UNPKG

@grnsft/if

Version:

Impact Framework

6 lines (5 loc) 207 B
import { ComputeParams } from '../types/compute'; /** * Creates copy of existing tree, then applies computing strategy. */ export declare const compute: (tree: any, params: ComputeParams) => Promise<any>;