Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/__tests__/
H A DexportHermes.test.ts7 isHermesBytecodeBundleAsync,
95 const result = await isHermesBytecodeBundleAsync(file);
101 const result = await isHermesBytecodeBundleAsync(file);
107 await expect(isHermesBytecodeBundleAsync(file)).rejects.toThrow();
/expo/packages/@expo/cli/src/export/
H A DexportHermes.ts223 export async function isHermesBytecodeBundleAsync(file: string): Promise<boolean> { function