Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 167 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 167 Bytes
import { logvar } from '@djwashburn/logvar';

const myVariableName = {a: '1', b: '2'};
logvar({obj});

> myVariableName:
> { a: '1', b: '2' }