Github
Preparing search index...
The search index is not available
Documentation
Documentation
iso-kv
drivers/file
FileDriver
Class FileDriver
Implements
Index
Constructors
constructor
Properties
conf
Methods
[iterator]
clear
delete
get
has
set
Constructors
constructor
new
FileDriver
(
config
?:
Options
<
Map
<
string
,
unknown
>
>
)
:
FileDriver
Parameters
Optional
config
:
Options
<
Map
<
string
,
unknown
>
>
= {}
Returns
FileDriver
Properties
conf
conf
:
Conf
<
Map
<
string
,
unknown
>
>
Methods
[iterator]
"[iterator]"
()
:
IterableIterator
<
[
string
,
unknown
]
,
any
,
any
>
Returns
IterableIterator
<
[
string
,
unknown
]
,
any
,
any
>
clear
clear
()
:
void
Returns
void
delete
delete
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
get
get
(
key
:
string
)
:
unknown
Parameters
key
:
string
Returns
unknown
has
has
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
set
set
(
key
:
string
,
value
:
unknown
)
:
DriverSync
Parameters
key
:
string
value
:
unknown
Returns
DriverSync
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
conf
Methods
[iterator]
clear
delete
get
has
set
Github
Documentation
Loading...
Implements