Properties
path
path: string
Methods
close
- close(): void
Returns void
modify
- modify(callback: ((data: T) => T)): Promise<[T, string]>
Parameters
- callback: ((data: T) => T)
Returns Promise<[T, string]>
read
- read(): Promise<T>
replace
- replace(content: T): Promise<string>
Returns Promise<string>