LogoRobo.js
Framework

createLegacyFileAdapter()

Function: createLegacyFileAdapter()

function createLegacyFileAdapter<K, V>(options?): LegacyFileAdapter<K, V>

Create a new LegacyFileAdapter instance.

Type Parameters

Type ParameterDefault type
Kstring
Vunknown

Parameters

ParameterType
options?LegacyFileAdapterOptions

Returns

LegacyFileAdapter<K, V>

On this page