UNPKG

@just-in/core

Version:

A TypeScript-first framework for building adaptive digital health interventions.

8 lines 401 B
import { JustIn } from './JustInWrapper'; export default JustIn; export { JustInLite } from './JustInLite'; export { Log } from './logger/logger-manager'; export type { StepReturnResult, RecordResult, DecisionRuleRegistration, } from './handlers/handler.type'; export type { JUser } from './user-manager/user.type'; export type { JEvent } from './event/event.type'; //# sourceMappingURL=index.d.ts.map