Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/typicode/lowdb
/
Class
src/adapters/node/JSONFile.ts:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
export
class
JSONFileSync<T> extends DataFileSync<T> {
15
constructor(filename: PathLike) {
16
super(filename, {
17
parse: JSON.parse,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected