Anyany > Any#Any value will be matching expectation.Copyimport { check, validate, any } from 'typend'; check<any>('foo'); validate('foo', any);