UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

3 lines (2 loc) 157 B
import { IApiOperation } from '../interfaces'; export declare function mergeOperations(operation1: IApiOperation, operation2: IApiOperation): IApiOperation;