UNPKG

code-workshop-kit

Version:
10 lines 278 B
import { State } from '../types/State'; declare class CwkStateSingleton { __data: State; get state(): State; set state(value: State); clear(): void; } declare const cwkState: CwkStateSingleton; export { cwkState }; //# sourceMappingURL=CwkStateSingleton.d.ts.map