commandToHookMapper top-level constant

Map<String, (HookType, HookType)> const commandToHookMapper

Implementation

const commandToHookMapper = {
  'get': (HookType.preget, HookType.postget),
  'build': (HookType.prebuild, HookType.postbuild),
};