Skip to content

creationix/magic-script-pretty-print

Repository files navigation

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

About

Value pretty-printer for mldb log in magicscript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages