Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 659 Bytes

@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