amis-rpc-design/node_modules/@react-native-community/cli-tools/build/throwIfNonAllowedProtocol.d.ts
2023-10-07 19:42:30 +08: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