UNPKG

ayanami

Version:
7 lines (6 loc) 263 B
import { InjectableConfig } from '@asuka/di'; export declare const moduleNameKey: unique symbol; export declare const globalKey: unique symbol; export declare const SSRModule: (config: string | (InjectableConfig & { name: string; })) => (target: any) => any;