Searched defs:foos (Results 1 – 5 of 5) sorted by relevance
24 var foos: Array<boolean> variable36 var foos; variable37 var foos = [true, true, false, null].filter(function (thing) { return thing !== null; }); variable
54 function fooToBar(foos) { argument
55 function fooToBar(foos) { argument
23 var foos: Array<boolean> variable24 var foos = [true, true, false, null].filter((thing): thing is boolean => thing !== null) variable
12 export const foos: string; constant