createUrl.d.ts 97 B

123
  1. declare function createUrl(data: any, options?: { type?: string }): string;
  2. export = createUrl;