Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

5 lines
176 B
TypeScript

/**
* Check if a url uses an allowed protocol
*/
export default function throwIfNonAllowedProtocol(url: string): void;
//# sourceMappingURL=throwIfNonAllowedProtocol.d.ts.map