Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / path / isVfsUri

Function: isVfsUri()

isVfsUri(value): boolean

Defined in: packages/fireflow-vfs/src/path/vfs-uri.ts:334

Check if a string is a VFS URI.

Parameters

value

string

String to check

Returns

boolean

True if the string starts with 'ff://'

Licensed under BUSL-1.1