export const number = { test: n => typeof n === 'number' } export plain = f => [Array(f.length).fill(number), {returns: number, behavior: f}]