Framework
createFileAdapter()
Function: createFileAdapter()
function createFileAdapter<K, V>(options?): FileAdapter<K, V>Create a new FileAdapter instance.
Type Parameters
| Type Parameter | Default type |
|---|---|
K extends string | string |
V | unknown |
Parameters
| Parameter | Type |
|---|---|
options? | FileAdapterOptions |
Returns
FileAdapter<K, V>
