UNPKG

fetch-xl

Version:

Fluent, interceptable (using es6 generators), configurable and loggable fetch wrapper

7 lines (5 loc) 278 B
import {CONFIG_OPTION} from './configOptions'; export const getLogLevelInterceptorStart = (config) => config[CONFIG_OPTION.LOG_LEVEL_INTERCEPTOR_START]; export const getLogLevelInterceptorInputAndOutput = (config) => config[CONFIG_OPTION.LOG_LEVEL_INTERCEPTOR_IN_OUT];