Home
last modified time | relevance | path

Searched refs:shouldUseBackupAsync (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/commands/
H A DPublishPackages.ts13 import { pickBackupableOptions, shouldUseBackupAsync } from '../publish-packages/helpers';
139 return await shouldUseBackupAsync(options);
/expo/tools/src/publish-packages/
H A Dhelpers.ts33 export async function shouldUseBackupAsync(options: CommandOptions): Promise<boolean> { function