4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
export declare function parseUrl(template: string): {
|
|
expand: (context: object) => string;
|
|
};
|