Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/doctor/typescript/
H A DTypeScriptProjectPrerequisite.ts10 import { everyMatchAsync, wrapGlobWithTimeout } from '../../../utils/glob';
132 everyMatchAsync('**/*.@(ts|tsx)', {
/expo/packages/@expo/cli/src/utils/
H A Dglob.ts4 export function everyMatchAsync(pattern: string, options: G.IOptions) { function