UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

6 lines (5 loc) 191 B
export declare class Store extends Map<string, any> { } export declare const hasStore: () => boolean; export declare const getStore: () => Store; export declare const initStore: () => Store;