Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 524 Bytes

readTextFileSync.md

File metadata and controls

27 lines (16 loc) · 524 Bytes

happy-opfsDocs


happy-opfs / readTextFileSync

Function: readTextFileSync()

function readTextFileSync(filePath): IOResult<string>

Sync version of readTextFile.

Parameters

Parameter Type
filePath string

Returns

IOResult<string>

Defined in

worker/opfs_worker_adapter.ts:257