amis-rpc-design/node_modules/@react-native-community/cli/build/index.d.ts
2023-10-07 19:42:30 +08:00

5 lines
195 B
TypeScript

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