Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 564 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 564 Bytes

magic-script-pretty-print

Value pretty-printer for mldb log in magicscript.

Install

Add to your magicscript application using npm.

npm i magic-script-pretty-print

Usage

import { p } from "magic-script-pretty-print";

// Pretty-print any value.  This shows lots of information in pretty colors.
p({ some: "Value" });

Screenshot

This is the result of running the following:

import * as uv from "uv";
p(uv);

image