import * as fc from 'fast-check' export const nonObject = () => fc .anything() .filter(v => !['object', 'undefined'].includes(typeof v))