(obj: any)
| 99 | }; |
| 100 | |
| 101 | const isBackbufferFrom = (obj: any) => |
| 102 | obj && typeof obj === "object" && obj.type === "BackbufferFrom"; |
| 103 | |
| 104 | const isTextureSizeGetter = (obj: any) => |
| 105 | obj && typeof obj === "object" && obj.type === "TextureSize"; |
no outgoing calls
no test coverage detected
searching dependent graphs…