UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

11 lines (10 loc) 187 B
/** * An utility service for link parsing. */ export declare class JhiParseLinks { constructor(); /** * Method to parse the links */ parse(header: string): any; }