UNPKG

rastreio

Version:
9 lines (8 loc) 171 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.json = json; function json(jsObj) { return JSON.stringify(jsObj.return, null, 2); }