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

5 lines
195 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import loadConfig from '@react-native-community/cli-config';
declare function run(): Promise<void>;
declare const bin: string;
export { run, bin, loadConfig };
//# sourceMappingURL=index.d.ts.map