UNPKG

@types/uri-template-lite

Version:
10 lines (8 loc) 299 B
export namespace URI { function expand(template: string, data: { [key: string]: unknown }): string; class Template { constructor(template: string); expand: (data: { [key: string]: unknown }) => string; match: (template: string) => { [key: string]: string }; } }