happy-opfs • Docs
happy-opfs / isTempPath
function isTempPath(path): boolean
Check whether the path is a temporary path.
Parameter | Type | Description |
---|---|---|
path |
string |
The path to check. |
boolean
true
if the path is a temporary path otherwise false
.