@empirica/core
Version:
Empirica Core
13 lines (10 loc) • 827 B
TypeScript
export { A as Attribute, b as AttributeChange, e as AttributeInput, c as AttributeOptions, d as AttributeUpdate, a as Attributes, C as Constructor, G as Globals, J as Json, i as JsonArray, j as JsonValue, S as ScopeConstructor, f as ScopeIdent, g as ScopeUpdate, h as SharedScope } from './scopes-eb5984a4.js';
export { E as Epoch, P as ParticipantUpdate, S as Step, b as StepChange, c as StepTick, d as StepUpdate, a as Steps, T as TajribaProvider } from './provider-4150a447.js';
export { S as Scope, a as Scopes } from './scopes-b6add333.js';
import '@empirica/tajriba';
import 'rxjs';
declare const isDevelopment: boolean;
declare const isProduction: boolean;
declare const isTest: boolean;
declare const createNewParticipant: (key?: string) => void;
export { createNewParticipant, isDevelopment, isProduction, isTest };