Skip to content

Type Alias: FileSystemRootSegment

FileSystemRootSegment = string | number | boolean | bigint | object

One root path segment. Strings are split on / and sanitized; numbers / booleans / bigints stringify then sanitize; objects and arrays are FNV-hashed as a single segment.