UNPKG

theme-lib

Version:

This is a simple example Angular Library published to npm.

4 lines (3 loc) 207 B
export declare function isUrlPathEqual(path: any, link: any): boolean; export declare function isUrlPathContain(path: any, link: any): boolean; export declare function getPathPartOfUrl(url: any): string;