Constructors
constructor
new AutoQuickStart( config?: { appScope?: string; peers?: string[]; [key: string]: any },): AutoQuickStart Parameters
Optional
config: { appScope?: string; peers?: string[]; [key: string]: any }
Properties
Private
gunInstance
gunInstance: any
Accessors
gun
get gun(): any
Returns any
Methods
Auto Quick Start helper - creates a simple API with automatic Gun instance creation No need to pass a Gun instance, it creates one automatically