vahan-sahakyan / objlay

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%