MCPcopy Create free account
hub / github.com/typicode/lowdb /

Class

src/adapters/node/JSONFile.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { DataFile, DataFileSync } from './DataFile.js'
4
5export class JSONFile<T> extends DataFile<T> {
6 constructor(filename: PathLike) {
7 super(filename, {
8 parse: JSON.parse,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected