Skip to content

DefaultState

DefaultState = Record<string, any>

Defined in: src/util/types.ts:42

Default state type that allows any properties. This is the default if no state type is specified.

const app = new Shokupan<DefaultState>();
// Equivalent to: new Shokupan();