Home
last modified time | relevance | path

Searched defs:IsObject (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DtypeGuardOnContainerTypeNoHang.ts2 export function IsObject(value: any) : value is {[index:string]:any} { function
/third_party/typescript/tests/baselines/reference/
DtypeGuardOnContainerTypeNoHang.js15 function IsObject(value) { class