Searched refs:shouldUseBackupAsync (Results 1 – 2 of 2) sorted by relevance
13 import { pickBackupableOptions, shouldUseBackupAsync } from '../publish-packages/helpers';139 return await shouldUseBackupAsync(options);
33 export async function shouldUseBackupAsync(options: CommandOptions): Promise<boolean> { function