Preparing search index...
The search index is not available
@ask-ell/core
@ask-ell/core
IFileReader
Interface IFileReader<FileType>
interface
IFileReader
<
FileType
>
{
read
(
filePath
)
:
Promise
<
FileType
>
;
}
Type Parameters
FileType
Index
Methods
read
Methods
read
read
(
filePath
)
:
Promise
<
FileType
>
Parameters
filePath
:
string
Returns
Promise
<
FileType
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
read
@ask-ell/core
Loading...