Skip to content

Tiny npm package to log variables labelled by their variable names.

License

Notifications You must be signed in to change notification settings

djwashburn/logvar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

import { logvar } from '@djwashburn/logvar';

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

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

About

Tiny npm package to log variables labelled by their variable names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published