6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
import Url = require('./Url');
|
|
|
|
declare function getUrlParam(name: string, url?: string): string | undefined;
|
|
|
|
export = getUrlParam;
|