UNPKG

@causalfoundry/js-sdk

Version:

Causal Foundry WEB SDK (JS/TS)

14 lines 546 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCoreInstance = void 0; // this file is a temporary approach // to get the current CfLog instance var CfCore_1 = __importDefault(require("./core/CfCore")); function getCoreInstance() { return CfCore_1.default.getInstance(); } exports.getCoreInstance = getCoreInstance; //# sourceMappingURL=coreInstanceGetter.js.map