UNPKG

rfc6570-expand

Version:

A template processor for RFC 6570 URI Template

5 lines (4 loc) 104 B
declare const init: (template: string) => { expand: (variables: any) => string; }; export { init };