LogoRobo.js
Framework

createFileAdapter()

Function: createFileAdapter()

function createFileAdapter<K, V>(options?): FileAdapter<K, V>

Create a new FileAdapter instance.

Type Parameters

Type ParameterDefault type
K extends stringstring
Vunknown

Parameters

ParameterType
options?FileAdapterOptions

Returns

FileAdapter<K, V>

On this page