/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ /** * Finds iOS project by looking for all .xcodeproj files * in given folder. * * Returns first match if files are found or null * * Note: `./ios/*.xcodeproj` are returned regardless of the name */ export default function findProject(folder: string): string | null; //# sourceMappingURL=findProject.d.ts.map