effect-io-ai

Package: effect
Module: FileSystem

FileSystem.FileTypeId

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

Signature

declare const FileTypeId: "~effect/platform/FileSystem/File"

Source

Since v4.0.0