UNPKG

187 BTypeScriptView Raw
1/**
2 * An utility service for link parsing.
3 */
4export declare class JhiParseLinks {
5 constructor();
6 /**
7 * Method to parse the links
8 */
9 parse(header: string): any;
10}