Home
last modified time | relevance | path

Searched defs:noopMod (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/config-plugins/src/plugins/
H A DwithMod.ts69 const noopMod: Mod<T> = (config) => config; constant
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithMod.js70 const noopMod = config => config; function