UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

7 lines (6 loc) 180 B
export declare class Safe { name: string; constructor(name: string); get<T = Symbol>(item: string): T; set<T = Symbol>(item: string, friends: string[]): T; }