Files
2026-07-27 14:07:26 +08:00

6 lines
133 B
TypeScript

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