Properties
Private dirty
dirty: boolean = false
Private filepath
filepath: string
Methods
clear
- clear(doc: undefined | string): void
-
Parameters
-
Optional doc: undefined | string
Returns void
query
- query<T>(doc: string, prop: string, defaultValue: T): any
-
Type parameters
Parameters
-
doc: string
-
prop: string
-
Optional defaultValue: T
Returns any
write
- write<T>(doc: string, prop: string, newValue: T): any
-
Type parameters
Parameters
-
doc: string
-
prop: string
-
newValue: T
Returns any