UNPKG

type-enforcer

Version:
11 lines (9 loc) 184 B
import { testMethodType } from '../methodTestUtility'; describe('method', () => { describe('.any', () => { testMethodType({ name: 'any', true: ['string', 123] }); }); });