UNPKG

@skypilot/scraper

Version:
10 lines (8 loc) 184 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prettify = prettify; function prettify(value) { return JSON.stringify(value, undefined, 2); }