UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

3 lines (2 loc) 189 B
import { OptionalList } from '../models'; export declare function BeforeRequest(applyTo?: OptionalList<string>): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;