UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

11 lines (10 loc) 280 B
export declare class PluginStore { private static instance; private dataMap; private constructor(); set(key: string, value: any): void; get<T>(key: string): T | undefined; private clear; static destroy(): void; static getInstance(): PluginStore; }