UNPKG

@causalfoundry/js-sdk

Version:

Causal Foundry WEB SDK (JS/TS)

7 lines (6 loc) 180 B
// this file is a temporary approach // to get the current CfLog instance import CfCore from './core/CfCore' export function getCoreInstance() { return CfCore.getInstance() }