Preparing search index...
The search index is not available
pure
pure
@pistonite/pure
fs
FsFileSystemUninit
Interface FsFileSystemUninit
File system before it is initialized
This is an internal type used inside fsOpen functions
interface
FsFileSystemUninit
{
init
()
:
Promise
<
FsResult
<
FsFileSystem
>
>
;
}
Index
Methods
init
Methods
init
init
()
:
Promise
<
FsResult
<
FsFileSystem
>
>
Returns
Promise
<
FsResult
<
FsFileSystem
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
init
pure
Loading...
File system before it is initialized
This is an internal type used inside fsOpen functions