UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

3 lines (2 loc) 158 B
import { RequestOptions } from '../models'; export declare function GET(endpoint: string, options?: RequestOptions): (target: any, property: string) => void;