Searched defs:o4 (Results 1 – 9 of 9) sorted by relevance
36 let o4: { a: boolean } | { b: string , a: boolean}; variable42 let o4 = { ...union, a: false }; variable
184 declare const o4: undefined | (<T>(f: (a: T) => T) => T); constant
44 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
56 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
43 let o4 = {}; variable
96 let o4 = { variable
647 const o4: Context = { constant
23 let func3 = (o1, o2, o3, o4, o5) => { }; argument