Home
last modified time | relevance | path

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

/expo/tools/src/generate-module/
H A DgenerateModuleAsync.ts7 import fetchTemplate from './fetchTemplate';
45 await fetchTemplate(newModulePath, templatePath);
H A DfetchTemplate.ts14 export default async function fetchTemplate(destinationPath: string, template?: string) { function