# magic-script-pretty-print **Repository Path**: mirrors_creationix/magic-script-pretty-print ## Basic Information - **Project Name**: magic-script-pretty-print - **Description**: Value pretty-printer for mldb log in magicscript. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # magic-script-pretty-print Value pretty-printer for mldb log in magicscript. ## Install Add to your magicscript application using npm. ```sh npm i magic-script-pretty-print ``` ## Usage ```js 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: ```js import * as uv from "uv"; p(uv); ``` ![image](https://user-images.githubusercontent.com/89353/70291665-6fbc3400-17a1-11ea-9375-f654d7f87753.png)