Genotype API Documentation - v0.1.0
Preparing search index...
FileReader
Variable FileReader
Const
FileReader
:
{
exists
:
(
path
:
string
)
=>
Promise
<
boolean
>
;
getSize
:
(
path
:
string
)
=>
Promise
<
number
>
;
getMetadata
:
(
path
:
string
)
=>
Promise
<
FileMetadata
>
;
createStream
:
(
path
:
string
,
options
?:
FileReaderOptions
,
)
=>
Promise
<
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
>
;
readToString
:
(
path
:
string
,
options
?:
FileReaderOptions
,
)
=>
Promise
<
string
>
;
}
= ...
Type Declaration
exists
:
(
path
:
string
)
=>
Promise
<
boolean
>
getSize
:
(
path
:
string
)
=>
Promise
<
number
>
getMetadata
:
(
path
:
string
)
=>
Promise
<
FileMetadata
>
createStream
:
(
path
:
string
,
options
?:
FileReaderOptions
,
)
=>
Promise
<
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
>
readToString
:
(
path
:
string
,
options
?:
FileReaderOptions
)
=>
Promise
<
string
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Genotype API Documentation - v0.1.0
Loading...