UNPKG

@jovian/type-tools

Version:

TypeTools is a Typescript library for providing extensible tooling runtime validations and type helpers.

15 lines (13 loc) 228 B
/* Jovian (c) 2020, License: MIT */ /** * Global configuration for ix namespace classes */ export const ixConfig = { sleepFunctions: { useSharedTimer: true, }, hotblock: { threshold: 3, halflife: 3, } };