Enmap API Reference v6.1.3


Enmap API Reference / EnmapOptions

# EnmapOptions (V, SV)

Defined in: index.ts:29

# Type Parameters

Type Parameter Default type
V unknown
SV unknown

# Properties

Property Type Defined in
name? string index.ts:30
dataDir? string index.ts:31
ensureProps? boolean index.ts:32
autoEnsure? V index.ts:33
serializer? (value, key) => SV index.ts:34
deserializer? (value, key) => V index.ts:35
inMemory? boolean index.ts:36
sqliteOptions? Options index.ts:37