import testInput from './testInput'; import { InputTestBatches, TestInputFunction, } from '../../types/TestInputFunction'; const createTestInputFunction = (tests: InputTestBatches) => ( ...[options, ...restArgs]: Parameters ): ReturnType => testInput({ tests, ...options }, ...restArgs); export default createTestInputFunction;