react-native-get-pixel_edit/node_modules/jsc-safe-url/index.d.ts
2025-07-09 11:41:52 +09:00

4 lines
173 B
TypeScript

export function isJscSafeUrl(url: string): boolean;
export function toNormalUrl(urlToNormalize: string): string;
export function toJscSafeUrl(urlToConvert: string): string;