UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

10 lines (8 loc) 196 B
import { OhayoMockConfig } from '@ohayo/util'; export const MOCK_DEFULAT_CONFIG: OhayoMockConfig = { data: null, delay: 300, force: false, log: true, executeOtherInterceptors: true, };