Skip to content

A tiny npm package to format-expand-display an object in the browser.

License

Notifications You must be signed in to change notification settings

vahan-sahakyan/objlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@vahan-sahakyan/objlay

npm (scoped) npm bundle size (minified)

Displays an object via Express.js in the browser.

Install

$ npm install @vahan-sahakyan/objlay

Usage

const objlay = require('@vahan-sahakyan/objlay');

const object = {
  name: 'Vahan',
  job: 'Software Engineer',
};

objlay(object, 3000, 4, false);

// OBJECT, PORT, INDENT, GRAY_PRIMITIVES

In Action

Releases

No releases published

Packages

No packages published