Package: effect
Module: FileSystem
Runtime type identifier attached to FileSystem.File handles and used by
isFile to recognize them.
Details
This marker is part of the runtime representation of file handles. Prefer
isFile when narrowing unknown values.
See
File for the open file handle shape that carries this markerisFile for the public guard that checks this markerSignature
declare const FileTypeId: "~effect/platform/FileSystem/File"
Since v4.0.0