Documentation Index
Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
Use this file to discover all available pages before exploring further.
validateFilename
Summary
Validates that a filename is safe to use. Prevents reserved names, path traversal, and dangerous characters.Signature
Parameters
filename
Type:string
The filename to validate
Returns
Type:string
Validates that a filename is safe to use. Prevents reserved names, path traversal, and dangerous characters.
