UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

3 lines (2 loc) 147 B
import { Initialisable, UrlInput } from '../models'; export declare function RestClient(baseUrl?: UrlInput): (constructor: Initialisable) => void;