4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
|
declare function createUrl(data: any, options?: { type?: string }): string;
|
||
|
|
||
|
export = createUrl;
|