Skip to content

Variable: SEED

ts
const SEED: unique symbol;

Defined in: src/wirestate-core/seeds/tokens.ts:29

Unique symbol used as a token for the container-scoped shared seed object.

Remarks

This token is used to bind and resolve the global shared seed object in the Inversify Container.

Example

typescript
const sharedSeed: AnyObject = container.get(SEED_TOKEN);