()
| 957 | /** |
| 958 | * Runtime type identifier attached to `FileSystem.File` handles and used by |
| 959 | * `isFile` to recognize them. |
| 960 | * |
| 961 | * **Details** |
| 962 | * |
| 963 | * This marker is part of the runtime representation of file handles. Prefer |
| 964 | * `isFile` when narrowing unknown values. |
no outgoing calls
no test coverage detected
searching dependent graphs…