UNPKG

ts-comply

Version:

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

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