LevelStorageOptions<V>: {
    filterKeyFn?: StorageFilterKeyFn<V>;
    filterValueFn?: StorageFilterValueFn<V>;
    mapKeyFn?: StorageMapKeyFn<V>;
    mapValueFn?: StorageMapValueFn<V>;
    path: string;
}

Type Parameters

  • V

Type declaration

Generated using TypeDoc