Type Alias: RIDBModule

typescript
1
RIDBModule = object

Defined in: ridb_core.d.ts:702

Represents a storage module with a method for creating storage.

Properties

apply()

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

Defined in: ridb_core.d.ts:707

Plugin constructors array

Parameters

plugins

typeof BasePlugin[]

Returns

BasePlugin[]