Type Alias: RIDBModule

typescript
1
RIDBModule = object

Defined in: ridb_core.d.ts:367

Represents a storage module with a method for creating storage.

Properties

apply()

typescript
1
apply: (plugins) => BasePlugin[]

Defined in: ridb_core.d.ts:372

Plugin constructors array

Parameters

plugins

typeof BasePlugin[]

Returns

BasePlugin[]