Constructors
Methods
read
read<T extends undefined | Schema = undefined>( schema?: T,): Promise<Properties<T>> Type Parameters
- T extends undefined | Schema = undefined
readPlain
readPlain(): Promise<Record<string, string>> Returns Promise<Record<string, string>>