UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

11 lines (10 loc) 235 B
export declare enum XmatRestVerbs { GET = "GET", POST = "POST", PUT = "PUT", DELETE = "DELETE", PATCH = "PATCH" } export declare type XmatRestVerbsRef<T> = { [key in keyof typeof XmatRestVerbs]: T; };