UNPKG

@benshi.ai/js-sdk

Version:

Benshi SDK

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