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.
Example
Section titled “Example”const app = new Shokupan<DefaultState>();// Equivalent to: new Shokupan();