@maximai/maxim-js
Version:
Maxim AI JS SDK. Visit https://getmaxim.ai for more info.
8 lines • 339 B
JavaScript
;
/*
* Platform adapter interface to abstract Node vs React Native differences.
* This layer centralizes environment-specific behavior so SDK modules can
* depend on a stable API without importing Node built-ins directly.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=adapter.js.map