UNPKG

@ccis-tech/land-development-taipei

Version:
5 lines (4 loc) 197 B
import { IInput, IOutput, IReference } from './types'; declare const AlgorithmCompute: (params: IInput, reference: IReference) => IOutput; export default AlgorithmCompute; export * from './types';