UNPKG

@expressive-tea/plugin

Version:

A Plugin Engine for Expressive Tea Framework.

5 lines (4 loc) 209 B
export declare class StorageManager { static set(key: string, value: any, target: any, propertyKey?: string | symbol): void; static get(key: string, target: any, propertyKey?: string | symbol): any; }