UNPKG

@f5i23q999d/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

15 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.enableLogging = exports.log = void 0; let logEnabled = false; function log(text) { if (!logEnabled) return; console.log(`[COW TRADING SDK] ${text}`); } exports.log = log; function enableLogging(enabled) { logEnabled = enabled; } exports.enableLogging = enableLogging; //# sourceMappingURL=log.js.map