Searched defs:noopMod (Results 1 – 2 of 2) sorted by relevance
69 const noopMod: Mod<T> = (config) => config; constant
70 const noopMod = config => config; function