UNPKG

yandex-music

Version:

Creative and progressive Node.js framework for applications that interact with yandex music

5 lines 264 B
declare type Decorator = (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export declare const Catch: (type: any) => Decorator; export declare const log: () => any; export {}; //# sourceMappingURL=log.decorator.d.ts.map