cnr-mtsn
v1.0.1
Published
Tools that I find useful
Maintainers
Readme
Usage (Shopify UI Extensions)
import { cobalt, cobaltLog, patchConsole } from '@conner/cobalt-log';
// Clean API
cobalt('info', 'Loaded customer section', { id: '123' });
// Simple label + string
cobaltLog('success', 'Cart validated');
// Optional: opt-in patch
patchConsole();
console.log('debug', 'Line items', lines);