DataAdapter โบ read
DataAdapter.read() method
Signature:
read(normalizedPath: string): Promise<string>;Parameters
| Parameter | Type | Description |
|---|---|---|
normalizedPath | string | path to file, use normalizePath() to normalize beforehand. |
Returns:
Promise<string>