Home
last modified time | relevance | path

Searched defs:removeGeneratedContents (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/utils/
H A DgenerateCode.d.ts34 export declare function removeGeneratedContents(src: string, tag: string): string | null; function
H A DgenerateCode.js103 function removeGeneratedContents(src, tag) { function
/expo/packages/@expo/config-plugins/src/utils/
H A DgenerateCode.ts101 export function removeGeneratedContents(src: string, tag: string): string | null { function