UNPKG

pojo-dump

Version:

JSON printer, print JSON or any POJO to terminal or debug window

6 lines (5 loc) 146 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dim = void 0; const dim = (text) => text; exports.dim = dim;