Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 551 Bytes

isTempPath.md

File metadata and controls

29 lines (17 loc) · 551 Bytes

happy-opfsDocs


happy-opfs / isTempPath

Function: isTempPath()

function isTempPath(path): boolean

Check whether the path is a temporary path.

Parameters

Parameter Type Description
path string The path to check.

Returns

boolean

true if the path is a temporary path otherwise false.

Defined in

fs/utils.ts:30