Searched defs:invalidOptions (Results 1 – 2 of 2) sorted by relevance
11 const invalidOptions = [1, true, 'test', null, Symbol('test')]; variable
11 const invalidOptions = [() => {}, 1, 'test', null, Symbol('test')]; variable