UNPKG

lupine.web

Version:

lupine.web is a extremely fast, small size and lightweight frontend framework, using React TSX syntax.

9 lines (7 loc) 267 B
import { ISimpleStorage } from './simple-storage-props'; export interface IToClientDelivery { getWebEnv(): { [k: string]: string }; getWebSetting(): { [k: string]: string }; getServerCookie(): ISimpleStorage; // getLang(): { [k: string]: string }; }