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

6 lines
215 B
TypeScript

/**
* Finds path to React Native inside `node_modules` or throws
* an error otherwise.
*/
export default function resolveReactNativePath(root: string): string;
//# sourceMappingURL=resolveReactNativePath.d.ts.map