Searched defs:withCustomBitcode (Results 1 – 3 of 3) sorted by relevance
16 export declare const withCustomBitcode: ConfigPlugin<Bitcode>; constant
51 const withCustomBitcode = (config, bitcode) => { function
30 export const withCustomBitcode: ConfigPlugin<Bitcode> = (config, bitcode) => { constant