Function: isValidSnapshotFileName()
function isValidSnapshotFileName(fileName: string): boolean;
Defined in: electron/services/sync/snapshotKeyUtils.ts:65
Returns true when a snapshot filename matches supported formats.
Parameters
fileName
string
Returns
boolean