jiuyiUniapp/service/node_modules/jsc-safe-url/index.d.ts

4 lines
173 B
TypeScript
Raw Normal View History

2025-02-13 09:59:20 +08:00
export function isJscSafeUrl(url: string): boolean;
export function toNormalUrl(urlToNormalize: string): string;
export function toJscSafeUrl(urlToConvert: string): string;