amis-rpc-design/node_modules/@react-native-community/cli-tools/build/throwIfNonAllowedProtocol.d.ts

5 lines
176 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
/**
* Check if a url uses an allowed protocol
*/
export default function throwIfNonAllowedProtocol(url: string): void;
//# sourceMappingURL=throwIfNonAllowedProtocol.d.ts.map