Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 576 Bytes

readJsonFileSync.md

File metadata and controls

33 lines (20 loc) · 576 Bytes

happy-opfsDocs


happy-opfs / readJsonFileSync

Function: readJsonFileSync()

function readJsonFileSync<T>(filePath): IOResult<T>

Sync version of readJsonFile.

Type Parameters

Type Parameter
T

Parameters

Parameter Type
filePath string

Returns

IOResult<T>

Defined in

worker/opfs_worker_adapter.ts:244