UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

3 lines (2 loc) 83 B
export type UrlFactory = () => string; export type UrlInput = string | UrlFactory;