UNPKG

@wocker/core

Version:
6 lines (5 loc) 139 B
type Options = string | { token?: string; }; export declare const Injectable: (tokenOrOptions?: Options) => ClassDecorator; export {};